@ -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);