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

Commit

Permalink
Fixes generated URL in console log message (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
codereviewvideos authored and ctrlplusb committed Oct 4, 2017
1 parent 111a170 commit 152a260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 152a260

Please sign in to comment.