add custom algorithm screen to settings under moderation

This commit is contained in:
Ansh Nanda 2023-05-12 14:40:58 -07:00
parent 678f75b495
commit 370d52bd1f
5 changed files with 47 additions and 0 deletions

View file

@ -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',