We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9153266 commit a04f2deCopy full SHA for a04f2de
1 file changed
backend/index.js
@@ -1,5 +1,5 @@
1
const dotenv = require("dotenv").config();
2
-const Port = process.env.PORT || 5000;
+const Port = process.env.PORT || 5002;
3
const express = require("express");
4
const app = express();
5
const mongoose = require("mongoose");
0 commit comments