update: change status page api

This commit is contained in:
2026-04-09 22:13:36 +04:00
parent 7877b14f85
commit c70ceaba67
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ async function replaceGroupsAndMonitors(
}
}
export const statusPages = new Elysia({ prefix: "/status-pages" })
export const statusPages = new Elysia({ prefix: "/pages" })
.use(requireAuth)
.get("/", async ({ accountId }) => {