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 7f21564 commit f79a79dCopy full SHA for f79a79d
kraken/index.ts
@@ -80,7 +80,7 @@ app.post('/submit',
80
});
81
82
const server = app.listen(port, () => {
83
- console.log(`Server is running on port ${port}`);
+ console.log(`Server is running on http://localhost:${port}`);
84
85
86
const wss = new WebSocketServer({server, path: "/ws"});
0 commit comments