Skip to content

Commit f79a79d

Browse files
committed
added url
1 parent 7f21564 commit f79a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kraken/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ app.post('/submit',
8080
});
8181

8282
const server = app.listen(port, () => {
83-
console.log(`Server is running on port ${port}`);
83+
console.log(`Server is running on http://localhost:${port}`);
8484
});
8585

8686
const wss = new WebSocketServer({server, path: "/ws"});

0 commit comments

Comments
 (0)