about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-24 22:09:39 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-24 22:09:39 -0500
commitdfb39e7c4fcaff3effcc82b412191177fdfdaf22 (patch)
tree0771c5794290cdc29c5689cdd67384aadddcadcb /src/routes.ts
parent12c7f6d6a5f81570950c7ce84976250b28ef666b (diff)
downloadvoidsky-dfb39e7c4fcaff3effcc82b412191177fdfdaf22.tar.zst
Add feed discovery page
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 9e3e3f7ea..1c3d91187 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -3,6 +3,7 @@ import {Router} from 'lib/routes/router'
 export const router = new Router({
   Home: '/',
   Search: '/search',
+  DiscoverFeeds: '/search/feeds',
   Notifications: '/notifications',
   Settings: '/settings',
   Moderation: '/moderation',