diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-07-26 21:23:22 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-07-26 21:23:22 +0100 |
commit | cc5df0b6d3742265abaa2c526a370bd9c13abe1a (patch) | |
tree | 61ba1077a2931ca718a4bef7653a492a70c61fd6 /start.js | |
parent | cefa2bb95d28b30d5a5d5a9fb8d43e14bf116272 (diff) |
Console logging for a bug fix
Diffstat (limited to 'start.js')
-rwxr-xr-x | start.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ const app = require('./app'); global.appRoot = path.resolve(__dirname); const server = app.listen(3000, () => { - console.log(`Welcome to gathio! The app is now running on https://localhost:${server.address().port}`); + console.log(`Welcome to gathio! The app is now running on http://localhost:${server.address().port}`); }); |