mirror of
https://api.glitch.com/git/presence-button
synced 2025-12-04 07:56:31 +00:00
🌆👦 Checkpoint
./server.js:933874/35
This commit is contained in:
parent
ca7e6c4b4f
commit
5f64de0129
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,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, lastClosed });
|
res.send({ fuzIsOpen, lastSeen, lastClosed, processUptime: process.uptime() });
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/status", (req, res) => {
|
app.get("/status", (req, res) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue