sync api view + tests

This commit is contained in:
vabene1111
2020-07-08 23:28:28 +02:00
parent e83565b1f2
commit e65c8436ef
4 changed files with 64 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ router = routers.DefaultRouter()
router.register(r'user-name', api.UserNameViewSet, basename='username')
router.register(r'user-preference', api.UserPreferenceViewSet)
router.register(r'storage', api.StorageViewSet)
router.register(r'sync', api.SyncViewSet)
router.register(r'unit', api.UnitViewSet)
router.register(r'food', api.FoodViewSet)