From 152a260098eace000ecc61c08f7ad9462451680f Mon Sep 17 00:00:00 2001 From: Code Review Videos Date: Wed, 4 Oct 2017 21:40:37 +0100 Subject: [PATCH] Fixes generated URL in console log message (#513) --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index d4a08edc..d6540f2d 100644 --- a/server/index.js +++ b/server/index.js @@ -74,7 +74,7 @@ const listener = app.listen(config('port'), () => Polyfills: ${config('polyfillIO.enabled')} (${config('polyfillIO.features').join(', ')}) Server is now listening on Port ${config('port')} - You can access it in the browser at http://${config('host')}/${config('port')} + You can access it in the browser at http://${config('host')}:${config('port')} Press Ctrl-C to stop.