This commit is contained in:
eggman20339 2025-01-17 14:07:12 -05:00
parent 49b71ae1c7
commit d675db938c

@ -386,7 +386,7 @@ app.get('*',(req,res)=>{
/* ------------------------------------------------------------------
START SERVER
------------------------------------------------------------------ */
const PORT = 4000;
const PORT = 80;
app.listen(PORT, ()=>{
console.log(`[Server] Listening on port ${PORT}`);
});