diff --git a/index.js b/index.js index 515463a..dbec9f4 100644 --- a/index.js +++ b/index.js @@ -14,6 +14,7 @@ const urls = [ "https://anyanime-api.kurizu.repl.co/", "https://xlsxmongoapi.kurizu.repl.co/", "https://xlsx-mongo-api.onrender.com/", + "hiroaichatbot.akai771.repl.co", // Add more URLs here ]; @@ -54,4 +55,4 @@ app.get("/keepalive", (req, res) => { res.send("Keep-alive is working!"); }); -module.exports = app; \ No newline at end of file +module.exports = app;