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.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts
index 5987177ef..6c02a7c50 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -13,4 +13,6 @@ export const router = new Router({
   PostRepostedBy: '/profile/:name/post/:rkey/reposted-by',
   Debug: '/sys/debug',
   Log: '/sys/log',
+  Support: '/support',
+  PrivacyPolicy: '/support/privacy',
 })