From cc5df0b6d3742265abaa2c526a370bd9c13abe1a Mon Sep 17 00:00:00 2001 From: lowercasename Date: Fri, 26 Jul 2019 21:23:22 +0100 Subject: Console logging for a bug fix --- start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.js') 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}`); }); -- cgit v1.2.3