We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e146c3 commit b43e167Copy full SHA for b43e167
example/web/debug/app.js
@@ -26,4 +26,4 @@ let httpsServer = https.createServer({
26
}, app);
27
28
let httpsPort = 4443;
29
-httpsServer.listen(httpsPort, () => console.log('https://localhost:'+httpsPort+'/'));
+httpsServer.listen(httpsPort, () => console.log('Page is available in https://localhost:'+httpsPort+'/'));
0 commit comments