port 3000 to 4200
This commit is contained in:
parent
0f84aea193
commit
8cd779e10e
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
|
@ -4,7 +4,7 @@ const apiRoutes = require("./routes/api.routes");
|
||||||
const frontRoutes = require("./routes/front.routes");
|
const frontRoutes = require("./routes/front.routes");
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = process.env.PORT || 3000;
|
const PORT = process.env.PORT || 4200;
|
||||||
|
|
||||||
// Middleware
|
// Middleware
|
||||||
app.use(bodyParser.json());
|
app.use(bodyParser.json());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue