This commit is contained in:
nurullah
2025-11-03 14:51:28 +06:00
parent 7169e47ba0
commit e9534a9f8c

View File

@@ -48,7 +48,7 @@ app.get("/test-webhook", (req, res) => {
// 55 sec = 55*1000 = 55000 milliseconds
setTimeout(() => {
res.status(200).send({ message: "Webhook received after 3 minutes!" });
}, 15000);
}, 180000);
});
const PORT = process.env.PORT || 4000;