mirror of
https://github.com/ION606/selmer-bot-website.git
synced 2026-05-14 22:16:54 +00:00
Added a 'reminders' section to the premium page
This commit is contained in:
@@ -152,7 +152,7 @@ app.get('/getChannels', async (req, res) => {
|
||||
});
|
||||
|
||||
|
||||
app.get('/temp.html', async (req, res) => { return res.sendFile('temp.html', { root: '.' }); });
|
||||
// app.get('/temp.html', async (req, res) => { return res.sendFile('temp.html', { root: '.' }); });
|
||||
|
||||
//Headers: servernumber, sessionid
|
||||
app.post('/setCurrentServer', async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user