diff --git a/index.js b/index.js index 9714fd2..57c8bf6 100644 --- a/index.js +++ b/index.js @@ -41,4 +41,8 @@ app.use((_, res) => { app.listen(process.env.PORT || 4000, () => { console.log("Listening to PORT: 4000"); +}); + +app.get("/discord", (req, res) => { + res.status(200).send("redirecting..."); }); \ No newline at end of file