mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 12:37:30 +00:00
🍗⛸ Checkpoint
./server.js:933874/12
This commit is contained in:
parent
82716b4cec
commit
647bfe55a4
@ -35,7 +35,7 @@ app.get("/api", (req, res) => {
|
|||||||
"Access-Control-Allow-Headers",
|
"Access-Control-Allow-Headers",
|
||||||
"Origin, X-Requested-With, Content-Type, Accept"
|
"Origin, X-Requested-With, Content-Type, Accept"
|
||||||
);
|
);
|
||||||
res.send({ fuzIsOpen, lastSeen });
|
res.send({ fuzIsOpen, lastSeen, lastClosed });
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/status", (req, res) => {
|
app.get("/status", (req, res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user