mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 23:06:04 +01:00
Update server.ts
This commit is contained in:
@@ -42,7 +42,7 @@ function start () {
|
||||
maxAge: '1y',
|
||||
}))
|
||||
|
||||
app.get(['/', '/app', '/login'], (req, res) => {
|
||||
app.get(['/', '/app', '/login', '/features'], (req, res) => {
|
||||
res.render(
|
||||
'index',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user