mirror of
https://github.com/timvisee/send.git
synced 2026-04-19 21:54:26 -04:00
fixed prod listen port
This commit is contained in:
+1
-1
@@ -23,4 +23,4 @@ routes(app);
|
||||
|
||||
app.use(pages.notfound);
|
||||
|
||||
app.listen(1443);
|
||||
app.listen(config.listen_port);
|
||||
|
||||
Reference in New Issue
Block a user