fixed url router and added recipe import test ressources
This commit is contained in:
@ -12,7 +12,7 @@ router = routers.DefaultRouter()
|
||||
router.register(r'user-preference', api.UserPreferenceViewSet)
|
||||
router.register(r'recipe', api.RecipeViewSet)
|
||||
router.register(r'ingredient', api.IngredientViewSet)
|
||||
router.register(r'recipe-ingredient', api.RecipeIngredientSerializer)
|
||||
router.register(r'recipe-ingredient', api.RecipeIngredientViewSet)
|
||||
router.register(r'meal-plan', api.MealPlanViewSet)
|
||||
router.register(r'meal-type', api.MealTypeViewSet)
|
||||
router.register(r'view-log', api.ViewLogViewSet)
|
||||
|
Reference in New Issue
Block a user