mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
/home goes to home page, so can look at it when logged in
This commit is contained in:
parent
c0f5894edb
commit
b7c6af1341
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ HomeController = require('./HomeController')
|
||||||
module.exports =
|
module.exports =
|
||||||
apply: (app) ->
|
apply: (app) ->
|
||||||
app.get '/', HomeController.index
|
app.get '/', HomeController.index
|
||||||
|
app.get '/home', HomeController.index
|
||||||
|
|
||||||
app.get '/tos', HomeController.externalPage("tos", "Terms of Service")
|
app.get '/tos', HomeController.externalPage("tos", "Terms of Service")
|
||||||
app.get '/about', HomeController.externalPage("about", "About Us")
|
app.get '/about', HomeController.externalPage("about", "About Us")
|
||||||
|
|
Loading…
Reference in a new issue