mirror of
https://github.com/Lomanic/presence-button-web
synced 2025-12-01 17:56:29 +00:00
🍗⛸ Checkpoint
./server.js:933874/12
This commit is contained in:
parent
82716b4cec
commit
647bfe55a4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ app.get("/api", (req, res) => {
|
|||
"Access-Control-Allow-Headers",
|
||||
"Origin, X-Requested-With, Content-Type, Accept"
|
||||
);
|
||||
res.send({ fuzIsOpen, lastSeen });
|
||||
res.send({ fuzIsOpen, lastSeen, lastClosed });
|
||||
});
|
||||
|
||||
app.get("/status", (req, res) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue