Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant0664 authored Jun 1, 2024
1 parent 9153266 commit a04f2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const dotenv = require("dotenv").config();
const Port = process.env.PORT || 5000;
const Port = process.env.PORT || 5002;
const express = require("express");
const app = express();
const mongoose = require("mongoose");
Expand Down

0 comments on commit a04f2de

Please sign in to comment.