Update API Path

This commit is contained in:
2026-06-09 19:14:42 +02:00
parent f3d7ba6ffa
commit 5c3cf9d2be

View File

@@ -20,7 +20,7 @@ app.get("/get_last_alarm/:accesskey", async (req, res) => {
}
});
app.get("/get_last_alarm_by_id/:accesskey", async (req, res) => {
app.get("/get_last_alarm_id/:accesskey", async (req, res) => {
const accessKey = req.params.accesskey;
if (!accessKey) {