This commit is contained in:
Bingus_Violet 2023-11-16 22:08:34 -06:00
parent 42330f9941
commit 38a1870b0e
22 changed files with 183 additions and 3 deletions

View file

@ -22,6 +22,9 @@ app.listen(PORT, () => {
})
app.get("/", (req, res) => {
res.setHeader("X-Content-Type-Options", "none")
var statuses = {
"online": {
"text": "Online",