feat: added all controllers export

This commit is contained in:
Ritesh Ghosh
2023-08-02 13:45:22 +05:30
parent a3a74145c4
commit 92dfaad3c6
+3
View File
@@ -0,0 +1,3 @@
import getAnimeCategory from "./animeCategory.controller";
export { getAnimeCategory };