mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
change copy, add about page
This commit is contained in:
@ -44,6 +44,10 @@ app.get('/error', (req, res) => {
|
||||
.render('error', { error })
|
||||
})
|
||||
|
||||
app.get('/about', (req, res) => {
|
||||
res.render('about')
|
||||
})
|
||||
|
||||
// NOTE: Capture all unkown URLs
|
||||
app.get('*', (req, res) => {
|
||||
res.status(400).render('404')
|
||||
|
Reference in New Issue
Block a user