feat: add Terms of Service page
This commit is contained in:
@@ -239,4 +239,5 @@ export const dashboard = new Elysia()
|
||||
|
||||
// Docs
|
||||
.get("/docs", () => html("docs", {}))
|
||||
.get("/privacy", () => html("privacy", {}));
|
||||
.get("/privacy", () => html("privacy", {}))
|
||||
.get("/tos", () => html("tos", {}));
|
||||
|
||||
Reference in New Issue
Block a user