ingredient route
This commit is contained in:
9
server/controllers/index.ts
Normal file
9
server/controllers/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import CollectionCtl from "./CollectionCtl";
|
||||
import GroceryListCtl from "./GroceryListCtl";
|
||||
import IngredientCtl from "./IngredientCtl";
|
||||
import RecipeCtl from "./RecipeCtl";
|
||||
import UserCtl from "./UserCtl";
|
||||
|
||||
export {
|
||||
CollectionCtl, GroceryListCtl, IngredientCtl, RecipeCtl, UserCtl
|
||||
}
|
||||
Reference in New Issue
Block a user