port 80
This commit is contained in:
@@ -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}`);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user