mirror of
https://github.com/mozilla/send.git
synced 2026-04-18 03:00:05 -04:00
fixed prod listen port
This commit is contained in:
@@ -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