mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-09 15:13:37 +00:00
Remove plans redirect
This commit is contained in:
parent
f0d17c1db7
commit
a4956294c1
1 changed files with 22 additions and 25 deletions
|
@ -15,9 +15,6 @@ planFeatures = require './planFeatures'
|
|||
module.exports = SubscriptionController =
|
||||
|
||||
plansPage: (req, res, next) ->
|
||||
if Settings.overleaf? && !req.query.plns
|
||||
res.redirect "#{Settings.overleaf.host}/plans"
|
||||
else
|
||||
plans = SubscriptionViewModelBuilder.buildViewModel()
|
||||
viewName = "subscriptions/plans"
|
||||
if req.query.v?
|
||||
|
|
Loading…
Reference in a new issue