mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-06 10:11:27 +03:00
Settings reverse proxy (doesn't work)
This commit is contained in:
@@ -23,6 +23,6 @@ module.exports.get = () => ({
|
||||
sameSite: true,
|
||||
secure: false,
|
||||
})
|
||||
.redirect('/');
|
||||
.redirect('/settings');
|
||||
},
|
||||
});
|
@@ -2,5 +2,6 @@ module.exports.get = () => ({
|
||||
handler: (req, res) => {
|
||||
const { client } = res.context.config;
|
||||
return `Hello, I am ${client.user.username}!`;
|
||||
// res.redirect(process.env.SETTINGS_EXTERNAL);
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user