update: change status page api
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user