Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasecio authored Feb 1, 2023
1 parent 17d6b2a commit 8b4b4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const server = http.createServer((req, res) => {
});

server.listen(PORT, () => {
console.log(`Server running at https://localhost:${PORT}/`);
console.log(`Server running at http://localhost:${PORT}/`);
});

0 comments on commit 8b4b4dc

Please sign in to comment.