mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
Update server.ts
This commit is contained in:
parent
ff9b593199
commit
553c0c61b1
@ -42,7 +42,7 @@ function start () {
|
||||
maxAge: '1y',
|
||||
}))
|
||||
|
||||
app.get(['/', '/app', '/login'], (req, res) => {
|
||||
app.get(['/', '/app', '/login', '/features'], (req, res) => {
|
||||
res.render(
|
||||
'index',
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user