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

enable as PWA

This commit is contained in:
Ondrej Synacek
2019-10-20 20:47:19 +02:00
parent 88ae765672
commit b7d58febe8
6 changed files with 23 additions and 2 deletions

View File

@ -15,7 +15,7 @@ app.set('view engine', 'ejs')
app.set('views', path.join(__dirname, 'views'))
app.use(express.static(path.join(__dirname, 'public')))
app.use(favicon(path.join(__dirname, 'views', 'favicon.ico')))
app.use(favicon(path.join(__dirname, 'public', 'favicon.ico')))
app.use(bodyParser())
app.get('/', (req, res) => {