This commit is contained in:
Shaxobff
2026-05-01 16:54:38 +05:00
parent f53125cfdc
commit feecb580c1
11 changed files with 239 additions and 8 deletions

View File

@@ -27,6 +27,8 @@ router.register("valuation", views.ValuationView, basename="valuation")
router.register("property-owner", views.PropertyOwnerView, basename="property-owner")
router.register("customer", views.CustomerView, basename="customer")
router.register("certificate", views.CertificateView, basename="certificate")
router.register("bonus-type", views.BonusTypeView, basename="bonus-type")
router.register("bonus-employee", views.BonusEmployeeViewSet, basename="bonus-employee")
urlpatterns = [
path("", include(router.urls)),