summaryrefslogtreecommitdiff
path: root/start.js
diff options
context:
space:
mode:
Diffstat (limited to 'start.js')
-rwxr-xr-xstart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.js b/start.js
index 93cb829..3bc7e39 100755
--- a/start.js
+++ b/start.js
@@ -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}`);
});