getUserPreference available for all UserPreferences

This commit is contained in:
smilerz
2021-10-16 13:32:27 -05:00
parent 7f87a9efed
commit 7a9e5b1e3f
7 changed files with 110 additions and 32 deletions

View File

@ -19,7 +19,7 @@ router.register(r'automation', api.AutomationViewSet)
router.register(r'bookmarklet-import', api.BookmarkletImportViewSet)
router.register(r'cook-log', api.CookLogViewSet)
router.register(r'food', api.FoodViewSet)
router.register(r'food-inherit-field', api.FoodInheritFieldViewSet)
router.register(r'food-inherit-ignore', api.FoodParentIgnoreViewSet)
router.register(r'import-log', api.ImportLogViewSet)
router.register(r'ingredient', api.IngredientViewSet)
router.register(r'keyword', api.KeywordViewSet)