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:
@@ -53,7 +53,7 @@ if (certEndpoint) {
|
||||
}
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.render('index')
|
||||
res.render('index', { version })
|
||||
})
|
||||
|
||||
app.get('/error', (req, res) => {
|
||||
|
Reference in New Issue
Block a user