added complete test for user preference api

This commit is contained in:
vabene1111
2020-06-17 14:33:55 +02:00
parent bea079dd05
commit 14a5d43dc8
4 changed files with 62 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from cookbook.helper import dal
router = routers.DefaultRouter()
router.register(r'user-preference', api.UserPreferenceViewSet)
router.register(r'recipe-book', api.RecipeBookViewSet)
router.register(r'recipe', api.RecipeViewSet)
router.register(r'meal-plan', api.MealPlanViewSet)
router.register(r'meal-type', api.MealTypeViewSet)