Merge branch 'certificate'
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 47s

This commit is contained in:
komoliddin
2026-04-23 16:18:43 +05:00
9 changed files with 86 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ from .views import (
DidoxCompanyInfoAPIView,
TechPassportAPIView,
EvaluationStatusChange,
CertificateView,
ArchiveQuickEvaluationView,
ArchiveEvaluationrequestView,
)
@@ -55,6 +56,7 @@ router.register("vehicle", VehicleView, basename="vehicle")
router.register("valuation", ValuationView, basename="valuation")
router.register("property-owner", PropertyOwnerView, basename="property-owner")
router.register("customer", CustomerView, basename="customer")
router.register("certificate", CertificateView, basename="certificate")
urlpatterns = [
path("", include(router.urls)),
path("auto-evaluation/appraisers/", include(