feat: adding new server

This commit is contained in:
Carlos
2025-04-18 23:31:13 -04:00
parent b0563abc99
commit c4df425c8c

View File

@ -4,7 +4,7 @@ const axios = require("axios");
const bodyParser = require("body-parser");
const app = express();
const port = 3000; // Backend server will run on this port
const port = 5000; // Backend server will run on this port
// Middleware to parse JSON request bodies
app.use(bodyParser.json());