feat: add Tech Passport API integration for vehicle information retrieval
This commit is contained in:
@@ -27,7 +27,7 @@ from .views import (
|
||||
AutoEvaluationSetAppraisersView,
|
||||
AutoEvaluationRemoveAppraisersView,
|
||||
DidoxCompanyInfoAPIView,
|
||||
|
||||
TechPassportAPIView,
|
||||
)
|
||||
|
||||
router = DefaultRouter()
|
||||
@@ -66,4 +66,9 @@ urlpatterns = [
|
||||
DidoxCompanyInfoAPIView.as_view(),
|
||||
name="didox-info"
|
||||
),
|
||||
path(
|
||||
"tech-passport/",
|
||||
TechPassportAPIView.as_view(),
|
||||
name="tech-passport"
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user