Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajanan02 committed Jun 11, 2024
1 parent b946ed3 commit d93f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import leaderBoardRoutes from "./routes/leaderBoardRoutes.js";
dotenv.config();

connectDB();
const port = process.env.PORT || 5000;
const port = 5000;
const app = express();
// Enable CORS for all routes
app.use(cors());
Expand Down

0 comments on commit d93f79b

Please sign in to comment.