feat: query language docs page at /dashboard/docs
This commit is contained in:
@@ -11,4 +11,5 @@ export const dashboard = new Elysia()
|
||||
.get("/dashboard", () => Bun.file(`${dir}/index.html`), hide)
|
||||
.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/monitors/:id", () => Bun.file(`${dir}/detail.html`), hide)
|
||||
.get("/dashboard/docs", () => Bun.file(`${dir}/docs.html`), hide);
|
||||
|
||||
Reference in New Issue
Block a user