DDoSing myself? Don't mind if I do!
This commit is contained in:
parent
5ef6b5525c
commit
94b24d614c
3 changed files with 58 additions and 6 deletions
4
index.js
4
index.js
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue