feat: adding new server
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user