DDoSing myself? Don't mind if I do!

This commit is contained in:
bingus_violet 2024-04-13 00:08:16 -05:00
parent 5ef6b5525c
commit 94b24d614c
3 changed files with 58 additions and 6 deletions

View file

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