BUH
This commit is contained in:
parent
42330f9941
commit
38a1870b0e
22 changed files with 183 additions and 3 deletions
3
index.js
3
index.js
|
@ -22,6 +22,9 @@ app.listen(PORT, () => {
|
|||
})
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
|
||||
res.setHeader("X-Content-Type-Options", "none")
|
||||
|
||||
var statuses = {
|
||||
"online": {
|
||||
"text": "Online",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue