feat: privacy page at /privacy, drop query language nav link
This commit is contained in:
@@ -229,4 +229,5 @@ export const dashboard = new Elysia()
|
||||
})
|
||||
|
||||
// Docs
|
||||
.get("/docs", () => Bun.file(`${dashDir}/docs.html`));
|
||||
.get("/docs", () => Bun.file(`${dashDir}/docs.html`))
|
||||
.get("/privacy", () => Bun.file(`${dashDir}/privacy.html`));
|
||||
|
||||
Reference in New Issue
Block a user