Performance improved maybe?? Readded the body tag which apparently did not exist either ???????

This commit is contained in:
bingus_violet 2024-06-19 18:40:24 -05:00
parent f9a57722af
commit d26b0e12ed
5 changed files with 904 additions and 176 deletions

View file

@ -49,10 +49,6 @@ if (!fs.existsSync(path.join(cachePath, "emojis"))) {
fs.mkdirSync(path.join(cachePath, "emojis"))
}
app.get("/discHTML", (req, res) => {
res.send(pageUpdater.getActivities())
})
app.use(pageUpdater.middleWare)
process.on('uncaughtException', (err, origin) => {