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

Commit 11b7580

Browse files
committed
feat(ssr): display on what URL backend is reachable from
1 parent dc9fc0b commit 11b7580

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/ssr/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ server.get('*', (req, res) => {
3838
});
3939
});
4040

41+
console.log('Application is running on: http://localhost:8080');
42+
4143
server.listen('8080');

0 commit comments

Comments
 (0)