Added a 'reminders' section to the premium page

This commit is contained in:
ION606
2022-08-16 14:43:55 -07:00
parent f3b78cc6f0
commit ed3e13a693
4 changed files with 52 additions and 1 deletions
+1 -1
View File
@@ -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) => {