Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit 152a260

Browse files
codereviewvideosctrlplusb
authored andcommitted
Fixes generated URL in console log message (#513)
1 parent 111a170 commit 152a260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const listener = app.listen(config('port'), () =>
7474
Polyfills: ${config('polyfillIO.enabled')} (${config('polyfillIO.features').join(', ')})
7575
7676
Server is now listening on Port ${config('port')}
77-
You can access it in the browser at http://${config('host')}/${config('port')}
77+
You can access it in the browser at http://${config('host')}:${config('port')}
7878
Press Ctrl-C to stop.
7979
8080

0 commit comments

Comments
 (0)