mirror of
https://api.glitch.com/git/presence-button
synced 2024-12-04 19:17:29 +00:00
🌆👦 Checkpoint
./server.js:933874/35
This commit is contained in:
parent
ca7e6c4b4f
commit
5f64de0129
@ -59,7 +59,7 @@ app.get("/api", (req, res) => {
|
||||
"Access-Control-Allow-Headers",
|
||||
"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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user