ADD archivedet evaluvation
This commit is contained in:
@@ -29,7 +29,7 @@ from .views import (
|
||||
DidoxCompanyInfoAPIView,
|
||||
TechPassportAPIView,
|
||||
EvaluationStatusChange,
|
||||
AutoEvaluationRequestView
|
||||
AutoEvaluationRequestView, GetArchivedEvaluation, GetEvaluation
|
||||
)
|
||||
|
||||
router = DefaultRouter()
|
||||
@@ -78,4 +78,6 @@ urlpatterns = [
|
||||
name="evaluation-change-status"),
|
||||
path("auto-evaluation-request/", AutoEvaluationRequestView.as_view(),
|
||||
name="evaluation-request-price-estimate"),
|
||||
path("archived-evaluvation/", GetArchivedEvaluation.as_view(),
|
||||
name="archived-evaluation"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user