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

remove ports

This commit is contained in:
Ondrej Synacek
2019-10-15 22:55:12 +02:00
parent 525ebb82e2
commit f2181d62f7
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ const crawl = require('./crawler')
const parseHTML = require('./parser')
const generateICS = require('./ics')
const port = process.env.PORT || 3000
const port = process.env.PORT
const app = express()
app.set('view engine', 'ejs')