Skip to content

Commit 79201f2

Browse files
committed
work flows
1 parent b339cc2 commit 79201f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const errorHandler = require("./middlewares/errorhandler");
77
const userRoutes = require("./routes/userRoutes");
88

99
const app = express();
10-
const port = process.env.PORT || 5000;
10+
const port = process.env.PORT || 8000;
1111

1212
app.use(cors());
1313
app.use(express.json());

0 commit comments

Comments
 (0)