fix: move /invite from api to app

This commit is contained in:
Isaac
2025-02-11 23:06:34 +00:00
parent 276243b487
commit 2ed25f7bbf
3 changed files with 6 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
module.exports.get = () => ({
handler: async function (req, res) {
res.redirect(`/auth/login?invite&guild=${req.query.guild || ''}`);
},
});