about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
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',
 })