mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
fix: move /invite
from api to app
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
module.exports.get = () => ({
|
||||
handler: async function (req, res) {
|
||||
res.redirect(`/auth/login?invite&guild=${req.query.guild || ''}`);
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user