mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Change URL for interstitial payment page to /user/subscription/choose-your-plan (#8406)
GitOrigin-RevId: ed1832157b2540bf121e64f20d001d665125924e
This commit is contained in:
parent
c54c048e35
commit
21837fefd7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
)
|
||||
|
||||
webRouter.get(
|
||||
'/user/subscription/interstitial-payment',
|
||||
'/user/subscription/choose-your-plan',
|
||||
AuthenticationController.requireLogin(),
|
||||
SubscriptionController.interstitialPaymentPage
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue