chore: move TOS to /terms, remove from header, remove pricing from footer
This commit is contained in:
@@ -297,4 +297,4 @@ export const dashboard = new Elysia()
|
||||
// Docs
|
||||
.get("/docs", () => html("docs", {}))
|
||||
.get("/privacy", () => html("privacy", {}))
|
||||
.get("/tos", () => html("tos", {}));
|
||||
.get("/terms", () => html("tos", {}));
|
||||
|
||||
Reference in New Issue
Block a user