diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-02 21:19:48 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-02 21:19:48 +0530 |
| commit | de092054c669bb45427369ea6ea8a4d8a97b1511 (patch) | |
| tree | 74c94e18c617c16271d9609f0f9479aac6773dec /src | |
| parent | 39e80ff7edc3b87ee85c29b0d85de375586b0287 (diff) | |
| download | aniwatch-api-de092054c669bb45427369ea6ea8a4d8a97b1511.tar.xz aniwatch-api-de092054c669bb45427369ea6ea8a4d8a97b1511.zip | |
fix: updated controllers exports
Diffstat (limited to 'src')
| -rw-r--r-- | src/controllers/index.ts | 3 |
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 }; |
