We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34484ee + a16f949 commit b4d2303Copy full SHA for b4d2303
app.js
@@ -2,7 +2,7 @@ const express = require("express");
2
const mongoose = require("mongoose");
3
const router = require("./routes/authenticationRoutes");
4
var app = express();
5
-const port = 3000;
+const port = 8080;
6
app.listen(port, function () {
7
console.log(`Server Running on PORT ${port}`);
8
});
0 commit comments