Port 3000
This commit is contained in:
@@ -9,6 +9,6 @@ app.use(ssrHandler);
|
||||
app.use(express.json({ limit: "50mb" }))
|
||||
app.use(express.urlencoded({ limit: "50mb" }))
|
||||
|
||||
app.listen(80, function() {
|
||||
console.log('Server started on http://localhost:80');
|
||||
app.listen(3000, function() {
|
||||
console.log('Server started on http://localhost:3000');
|
||||
});
|
||||
Reference in New Issue
Block a user