Skip to content

Commit 738e5d0

Browse files
chore: change port
1 parent 7daa056 commit 738e5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gurubu-backend/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ app.use("/jira", cors(corsOptions), jiraRoutes);
2727
app.use("/p", cors(corsOptions), pRoutes);
2828
app.use("/storypoint", cors(corsOptions), storyPointRoutes);
2929

30-
const PORT = process.env.PORT || 5001;
30+
const PORT = process.env.PORT || 5000;
3131
const server = app.listen(PORT, () => {
3232
console.log(`Server is running on port ${PORT}`);
3333
});

0 commit comments

Comments
 (0)