Performance improved maybe?? Readded the body tag which apparently did not exist either ???????
This commit is contained in:
parent
f9a57722af
commit
d26b0e12ed
5 changed files with 904 additions and 176 deletions
4
index.js
4
index.js
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue