feat: add Terms of Service page

This commit is contained in:
M1
2026-03-18 03:52:58 +04:00
parent 705073b508
commit 7db2889960
3 changed files with 113 additions and 1 deletions
+2 -1
View File
@@ -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", {}));