mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
fixed prod listen port
This commit is contained in:
@@ -23,4 +23,4 @@ routes(app);
|
|||||||
|
|
||||||
app.use(pages.notfound);
|
app.use(pages.notfound);
|
||||||
|
|
||||||
app.listen(1443);
|
app.listen(config.listen_port);
|
||||||
|
|||||||
Reference in New Issue
Block a user