Open GRajKumar2512 opened 10 months ago
Yes, When I am working on it. I also saw this problem. So, then we can change them as our requirement. But, It is good to raise this issue for future concern. Will it affect other functions or not? please update here. If I find one I will update.
Can't you include the getSubscribedChannels inside the post() method as a middleware.
I have update the subscription router and now it is working as excepted:
updated code 👍🏼
router .route("/c/:channelId") .get(getUserChannelSubscribers) .post(toggleSubscription);
// router.route("/u/:subscriberId").get(getUserChannelSubscribers); router.route("/u/:subscriberId").get(getSubscribedChannels);
i am not sure whether these controller functions are at there correct place:
because in the controllers files: getSubscribedChannels is fetching the subscriberId and getUserChannelSubscribers is fetching the channelId