diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 22:12:14 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 22:12:14 -0500 |
commit | a2c89b47a135d83057b34d0b0b7a1fa7551e0ad2 (patch) | |
tree | 672266ccf713b38ec050aa42d50ff497c5245a04 /src/routes.ts | |
parent | 998879d6d60b59e65250af395fd6ce389c89189b (diff) | |
download | voidsky-a2c89b47a135d83057b34d0b0b7a1fa7551e0ad2.tar.zst |
Add custom feed liked by screen
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 c5dc4fb5b..9e3e3f7ea 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -17,6 +17,7 @@ export const router = new Router({ PostLikedBy: '/profile/:name/post/:rkey/liked-by', PostRepostedBy: '/profile/:name/post/:rkey/reposted-by', CustomFeed: '/profile/:name/feed/:rkey', + CustomFeedLikedBy: '/profile/:name/feed/:rkey/liked-by', Debug: '/sys/debug', Log: '/sys/log', AppPasswords: '/settings/app-passwords', |