Skip to content

Commit b43e167

Browse files
committed
Update app.js
1 parent 2e146c3 commit b43e167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/web/debug/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ let httpsServer = https.createServer({
2626
}, app);
2727

2828
let httpsPort = 4443;
29-
httpsServer.listen(httpsPort, () => console.log('https://localhost:'+httpsPort+'/'));
29+
httpsServer.listen(httpsPort, () => console.log('Page is available in https://localhost:'+httpsPort+'/'));

0 commit comments

Comments
 (0)