port 80
This commit is contained in:
parent
49b71ae1c7
commit
d675db938c
@ -386,7 +386,7 @@ app.get('*',(req,res)=>{
|
|||||||
/* ------------------------------------------------------------------
|
/* ------------------------------------------------------------------
|
||||||
START SERVER
|
START SERVER
|
||||||
------------------------------------------------------------------ */
|
------------------------------------------------------------------ */
|
||||||
const PORT = 4000;
|
const PORT = 80;
|
||||||
app.listen(PORT, ()=>{
|
app.listen(PORT, ()=>{
|
||||||
console.log(`[Server] Listening on port ${PORT}`);
|
console.log(`[Server] Listening on port ${PORT}`);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user