about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-12 14:40:58 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-12 14:40:58 -0700
commit370d52bd1f4ba3b5effb7a48cd1c8b14aea88781 (patch)
tree7dfe2538000b96e562a079f10f5894a883195cf3 /src/routes.ts
parent678f75b4951d891bbc2651220fe99a2f040af88f (diff)
downloadvoidsky-370d52bd1f4ba3b5effb7a48cd1c8b14aea88781.tar.zst
add custom algorithm screen to settings under moderation
Diffstat (limited to 'src/routes.ts')
-rw-r--r--src/routes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts
index 43d31ee09..c1b441984 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -14,6 +14,7 @@ export const router = new Router({
   Debug: '/sys/debug',
   Log: '/sys/log',
   AppPasswords: '/settings/app-passwords',
+  CustomAlgorithms: '/settings/custom-algorithms',
   MutedAccounts: '/settings/muted-accounts',
   BlockedAccounts: '/settings/blocked-accounts',
   Support: '/support',