diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-02 13:45:22 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-02 13:45:22 +0530 |
| commit | 92dfaad3c624da881800832b5ad3b95ce801bd0a (patch) | |
| tree | 165b7d0c271d5609be2dcd1535873316a81bba35 /src | |
| parent | a3a74145c4ac949646d3dd8ce4248aaa10ffb257 (diff) | |
| download | aniwatch-api-92dfaad3c624da881800832b5ad3b95ce801bd0a.tar.xz aniwatch-api-92dfaad3c624da881800832b5ad3b95ce801bd0a.zip | |
feat: added all controllers export
Diffstat (limited to 'src')
| -rw-r--r-- | src/controllers/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controllers/index.ts b/src/controllers/index.ts new file mode 100644 index 0000000..702d38b --- /dev/null +++ b/src/controllers/index.ts @@ -0,0 +1,3 @@ +import getAnimeCategory from "./animeCategory.controller"; + +export { getAnimeCategory }; |
