This commit is contained in:
nurullah
2025-11-03 16:34:31 +06:00
parent e3672206e0
commit 8915fd036e

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!" });
}, 55000);
}, 180000);
});
const PORT = process.env.PORT || 4000;