add request status change api
This commit is contained in:
@@ -28,6 +28,7 @@ from .views import (
|
||||
AutoEvaluationRemoveAppraisersView,
|
||||
DidoxCompanyInfoAPIView,
|
||||
TechPassportAPIView,
|
||||
EvaluationStatusChange,
|
||||
)
|
||||
|
||||
router = DefaultRouter()
|
||||
@@ -71,4 +72,6 @@ urlpatterns = [
|
||||
TechPassportAPIView.as_view(),
|
||||
name="tech-passport"
|
||||
),
|
||||
path("evaluation-request/<int:pk>/change-status/", EvaluationStatusChange.as_view(),
|
||||
name="evaluation-change-status"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user