change port

This commit is contained in:
Joseph Le 2023-10-02 02:55:01 +00:00
parent 0e8a723af5
commit 1216842f37
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ app.post("/git/gitea-webhook", (req, res) => {
console.log("PULL2 EE333!!");
});
const PORT = 8000;
const PORT = 5000;
app.listen(PORT, () => {
console.log("Server is running on port ", PORT);
});