ClubsCafe / cms-api

for managing college events/competitions
https://clubs.cafe
MIT License
7 stars 11 forks source link

some routes can be improved #34

Closed priyansh32 closed 3 years ago

priyansh32 commented 3 years ago

Currently there are two functions in src/controllers/organizations named index and instituteIndex

index fetched all organizations (I am not sure about the route of this function)

InstituteIndex

We can use a single route to get required organizations using query params.

Ashley936 commented 3 years ago

I couldn't find the route for index function anywhere. I don't think it's even needed.