Skip to content
Snippets Groups Projects
Commit 4f08f36e authored by Jack Hu's avatar Jack Hu
Browse files

blah

parent ae764dec
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ app.ws('/results/:id', async (ws, req) => {
};
});
app.listen(80, () => {
console.log('Server is running on port 80');
const PORT = 3002;
app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment