1st baseURL
BASEURL = elysiavernight.com
2nd baseURL (if i haven’t buy domain lol)
BASEURL = [](<http://elysiavernight.duckdns.org:4000/api/pcs>)http://elysiavernight.duckdns.org:4000
Content-Type: application/json
Responses are JSON
Gets the status of all PCs.
URL
/api/pcs
Method
GET
✅ Success Response (Status 200)
{
"success": true,
"data": [
{
"id": 1,
"pcNumber": "PC-01",
"status": "vacant",
"currentUserId": null,
"sessionStartTime": null,
"sessionEndTime": null
},
{
"id": 2,
"pcNumber": "PC-02",
"status": "vacant",
"currentUserId": null,
"sessionStartTime": null,
"sessionEndTime": null
}
]
}
Gets the list of menu items.
URL