1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

add version information to index page

This commit is contained in:
Ondrej Synacek
2019-11-14 09:02:56 +01:00
parent abc1531b24
commit 29cc00717a
2 changed files with 2 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ if (certEndpoint) {
}
app.get('/', (req, res) => {
res.render('index')
res.render('index', { version })
})
app.get('/error', (req, res) => {