about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-06 22:53:58 -0500
committerGitHub <noreply@github.com>2023-04-06 22:53:58 -0500
commit2f519bd66e7f0eeb374dfcd59043ad020196140e (patch)
tree50d00b731bcb151c7af7b98cf67ffe37a4e74d72 /src/routes.ts
parenta74919ef33df7b9a4750ae06d99205fb77be95dd (diff)
downloadvoidsky-2f519bd66e7f0eeb374dfcd59043ad020196140e.tar.zst
Add tos, community guidelines, and copyright policy (#410)
* Add tos, community guidelines, and copyright policy

* Fix lint
Diffstat (limited to 'src/routes.ts')
-rw-r--r--src/routes.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts
index 167efcfb7..7ae281424 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -15,4 +15,7 @@ export const router = new Router({
   Log: '/sys/log',
   Support: '/support',
   PrivacyPolicy: '/support/privacy',
+  TermsOfService: '/support/tos',
+  CommunityGuidelines: '/support/community-guidelines',
+  CopyrightPolicy: '/support/copyright',
 })