edit port listen

This commit is contained in:
2026-06-20 22:48:44 +03:00
parent 392e98737f
commit a51e0274ab

View File

@@ -20,6 +20,6 @@ const server = http.createServer((req, res) => {
});
});
server.listen(3000, () => {
server.listen(8080, () => {
console.log("Server is running on port 3000");
});