add AllowRegisterCodeForStewardAllocationViewset

This commit is contained in:
2026-02-09 08:56:42 +03:30
parent ca2e716fa9
commit 790b548d36
3 changed files with 35 additions and 2 deletions

View File

@@ -758,6 +758,8 @@ router.register(r'market-daily-limitation', province_views.MarketDailyLimitation
basename="market-daily-limitation")
router.register(r'hatching-archive-percent', province_views.HatchingArchivePercentViewset,
basename="hatching-archive-percent")
router.register(r'allocations-register-code', province_views.AllowRegisterCodeForStewardAllocationViewset,
basename="allocations-register-code")
router.register(r'index-weight-category', province_views.IndexWeightCategoryViewSet,
basename="index-weight-category")
router.register(r'drop-limit', province_views.PercentageDropLimitationViewset,