diff options
Diffstat (limited to 'src/routes.ts')
-rw-r--r-- | src/routes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts index 7ae281424..6762cde9d 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -13,6 +13,7 @@ export const router = new Router({ PostRepostedBy: '/profile/:name/post/:rkey/reposted-by', Debug: '/sys/debug', Log: '/sys/log', + AppPasswords: '/settings/app-passwords', Support: '/support', PrivacyPolicy: '/support/privacy', TermsOfService: '/support/tos', |