Re work
This commit is contained in:
parent
1209271cd4
commit
7e8dad9b38
4
app.js
4
app.js
@ -88,6 +88,6 @@ app.get('/:encoded_id', function(req, res){
|
||||
|
||||
});
|
||||
|
||||
const server = app.listen(3000, function () {
|
||||
logger.info('Server listening on port 3000');
|
||||
const server = app.listen(config.port, function () {
|
||||
logger.info(`Server listening on port ${config.port}`);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user