fixed prod listen port
This commit is contained in:
parent
0a31e2d521
commit
9ae7e3df11
|
@ -23,4 +23,4 @@ routes(app);
|
|||
|
||||
app.use(pages.notfound);
|
||||
|
||||
app.listen(1443);
|
||||
app.listen(config.listen_port);
|
||||
|
|
Loading…
Reference in New Issue