aboutsummaryrefslogtreecommitdiff
path: root/src/controllers
AgeCommit message (Expand)AuthorFilesLines
2023-08-17feat(animeEpisodeSrcs): added `animeEpisodeSrcs` parser controllerRitesh Ghosh1-0/+40
2023-08-17refactor(controller): updated controllers import exportRitesh Ghosh1-1/+5
2023-08-17feat(animeEpisodes): added `animeEpisodes` parser controllerRitesh Ghosh1-0/+31
2023-08-13chore(controller): updated controller import exportRitesh Ghosh1-2/+4
2023-08-13fix(animeSearch): fixed bug where if q is null throws `BadGateway`Ritesh Ghosh1-1/+1
2023-08-13feat(animeProducer): added `animeProducer` controllerRitesh Ghosh1-0/+37
2023-08-13feat(animeSearchSuggestion): added `animeSearchSuggestion` controllerRitesh Ghosh1-0/+31
2023-08-13refactor: removed home controllerRitesh Ghosh1-8/+0
2023-08-07feat(controllerTypes): added request handler typesRitesh Ghosh5-50/+68
2023-08-07refactor: refactored controller imports & exportsRitesh Ghosh1-5/+7
2023-08-07feat: added home page controllerRitesh Ghosh1-0/+8
2023-08-06style: updated sample endpoint commentRitesh Ghosh1-1/+1
2023-08-04feat(newController): added `animeGenre` controllerRitesh Ghosh1-0/+32
2023-08-03refactor(controller): updated controller imports & exportsRitesh Ghosh1-1/+9
2023-08-03feat(newController): added `animeAboutInfo` controllerRitesh Ghosh1-0/+25
2023-08-03feat(homeController): added home route controllerRitesh Ghosh1-0/+19
2023-08-03refactor: updated controller import exportRitesh Ghosh1-1/+2
2023-08-02fix: updated controllers exportsRitesh Ghosh1-1/+2
2023-08-02feat: added `animeSearch` controllerRitesh Ghosh1-0/+33
2023-08-02feat: added anime category controllerRitesh Ghosh1-0/+32
2023-08-02feat: added all controllers exportRitesh Ghosh1-0/+3