feat: custom docs page at /docs, drop swagger
This commit is contained in:
@@ -12,4 +12,4 @@ export const dashboard = new Elysia()
|
||||
.get("/dashboard/home", () => Bun.file(`${dir}/home.html`), hide)
|
||||
.get("/dashboard/monitors/new", () => Bun.file(`${dir}/new.html`), hide)
|
||||
.get("/dashboard/monitors/:id", () => Bun.file(`${dir}/detail.html`), hide)
|
||||
.get("/dashboard/docs", () => Bun.file(`${dir}/docs.html`), hide);
|
||||
.get("/docs", () => Bun.file(`${dir}/docs.html`), hide);
|
||||
|
||||
Reference in New Issue
Block a user