mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 05:59:53 +00:00
Update server.ts
This commit is contained in:
parent
ff9b593199
commit
553c0c61b1
@ -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',
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user