@@ -32,19 +32,15 @@ router.delete('/fcm-device/delete', asyncHandler(AccountFCMDeviceController.dele
3232
3333router . post ( '/follow/account' , asyncHandler ( AccountFollowingAccountController . followAccount ) ) ;
3434router . post ( '/unfollow/account' , asyncHandler ( AccountFollowingAccountController . unfollowAccount ) ) ;
35- router . get ( '/:account_id_text/followed/accounts' , asyncHandler ( AccountFollowingAccountController . getFollowedAccounts ) ) ;
3635
3736router . post ( '/follow/add-by-rss-channel' , asyncHandler ( AccountFollowingAddByRSSChannelController . addOrUpdateRSSChannel ) ) ;
3837router . post ( '/unfollow/add-by-rss-channel' , asyncHandler ( AccountFollowingAddByRSSChannelController . removeRSSChannel ) ) ;
39- router . get ( '/:account_id_text/followed/add-by-rss-channels' , asyncHandler ( AccountFollowingAddByRSSChannelController . getFollowedAddByRSSChannels ) ) ;
4038
4139router . post ( '/follow/channel' , asyncHandler ( AccountFollowingChannelController . followChannel ) ) ;
4240router . post ( '/unfollow/channel' , asyncHandler ( AccountFollowingChannelController . unfollowChannel ) ) ;
43- router . get ( '/:account_id_text/followed/channels' , asyncHandler ( AccountFollowingChannelController . getFollowedChannels ) ) ;
4441
4542router . post ( '/follow/playlist' , asyncHandler ( AccountFollowingPlaylistController . followPlaylist ) ) ;
4643router . post ( '/unfollow/playlist' , asyncHandler ( AccountFollowingPlaylistController . unfollowPlaylist ) ) ;
47- router . get ( '/:account_id_text/followed/playlists' , asyncHandler ( AccountFollowingPlaylistController . getFollowedPlaylists ) ) ;
4844
4945router . get ( '/notification/channel/:channel_id_text' , asyncHandler ( AccountNotificationChannelController . getByAccountAndChannel ) ) ;
5046router . get ( '/notification/channels' , asyncHandler ( AccountNotificationChannelController . getAllByAccount ) ) ;
0 commit comments