aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-02 21:19:48 +0530
committerRitesh Ghosh <[email protected]>2023-08-02 21:19:48 +0530
commitde092054c669bb45427369ea6ea8a4d8a97b1511 (patch)
tree74c94e18c617c16271d9609f0f9479aac6773dec
parent39e80ff7edc3b87ee85c29b0d85de375586b0287 (diff)
downloadaniwatch-api-de092054c669bb45427369ea6ea8a4d8a97b1511.tar.xz
aniwatch-api-de092054c669bb45427369ea6ea8a4d8a97b1511.zip
fix: updated controllers exports
-rw-r--r--src/controllers/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/index.ts b/src/controllers/index.ts
index 702d38b..ac89d41 100644
--- a/src/controllers/index.ts
+++ b/src/controllers/index.ts
@@ -1,3 +1,4 @@
import getAnimeCategory from "./animeCategory.controller";
+import getAnimeSearch from "./animeSearch.controller";
-export { getAnimeCategory };
+export { getAnimeCategory, getAnimeSearch };