fixed prod listen port

This commit is contained in:
Danny Coates 2017-08-25 10:21:38 -07:00
parent 0a31e2d521
commit 9ae7e3df11
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -23,4 +23,4 @@ routes(app);
app.use(pages.notfound);
app.listen(1443);
app.listen(config.listen_port);