Skip to content

Commit 3cac200

Browse files
Update index.js
1 parent e05a64b commit 3cac200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const app = express();
44
const bodyParser = require('body-parser');
55
const dbConnect = require('./config/dbConnect');
66
const dotenv = require("dotenv").config()
7-
const PORT = process.env.PORT || 3001;
7+
const PORT = process.env.PORT || 3000;
88

99
const authRouter = require("./routes/authRoute");
1010
const productRouter = require("./routes/productRoute");

0 commit comments

Comments
 (0)