UPDATE
This commit is contained in:
@@ -29,7 +29,7 @@ from .views import (
|
||||
DidoxCompanyInfoAPIView,
|
||||
TechPassportAPIView,
|
||||
EvaluationStatusChange,
|
||||
AutoEvaluationRequestView, GetArchivedEvaluation
|
||||
GetArchivedEvaluationListAPIView
|
||||
)
|
||||
|
||||
router = DefaultRouter()
|
||||
@@ -76,8 +76,6 @@ urlpatterns = [
|
||||
),
|
||||
path("evaluation-request/<int:pk>/change-status/", EvaluationStatusChange.as_view(),
|
||||
name="evaluation-change-status"),
|
||||
path("auto-evaluation-request/", AutoEvaluationRequestView.as_view(),
|
||||
name="evaluation-request-price-estimate"),
|
||||
path("archived-evaluvation/", GetArchivedEvaluation.as_view(),
|
||||
path("archived-evaluvation/", GetArchivedEvaluationListAPIView.as_view(),
|
||||
name="archived-evaluation"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user