Now follows our airbnb linting schema.
This commit is contained in:
@@ -2,7 +2,7 @@ const config = require('src/config/configuration').getInstance();
|
||||
const app = require('./app');
|
||||
|
||||
module.exports = app.listen(config.get('webserver', 'port'), () => {
|
||||
console.log('seasonedAPI');
|
||||
console.log(`Database is located at ${config.get('database', 'host')}`);
|
||||
console.log(`Webserver is listening on ${config.get('webserver', 'port')}`);
|
||||
console.log('seasonedAPI');
|
||||
console.log(`Database is located at ${config.get('database', 'host')}`);
|
||||
console.log(`Webserver is listening on ${config.get('webserver', 'port')}`);
|
||||
})
|
||||
Reference in New Issue
Block a user