Update server.ts

This commit is contained in:
Eugene Pankov
2021-09-21 11:36:40 +02:00
parent ff9b593199
commit 553c0c61b1

View File

@@ -42,7 +42,7 @@ function start () {
maxAge: '1y', maxAge: '1y',
})) }))
app.get(['/', '/app', '/login'], (req, res) => { app.get(['/', '/app', '/login', '/features'], (req, res) => {
res.render( res.render(
'index', 'index',
{ {