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.
1 parent 34484ee commit a16f949Copy full SHA for a16f949
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