remove: state delete issue validation endpoint (#929)
This commit is contained in:
parent
0be6738715
commit
48e77ea81b
3 changed files with 1 additions and 26 deletions
|
|
@ -79,7 +79,6 @@ from plane.api.views import (
|
|||
## End Issues
|
||||
# States
|
||||
StateViewSet,
|
||||
StateDeleteIssueCheckEndpoint,
|
||||
## End States
|
||||
# Estimates
|
||||
ProjectEstimatePointEndpoint,
|
||||
|
|
@ -509,11 +508,6 @@ urlpatterns = [
|
|||
),
|
||||
name="project-state",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/projects/<uuid:project_id>/states/<uuid:pk>/",
|
||||
StateDeleteIssueCheckEndpoint.as_view(),
|
||||
name="state-delete-check",
|
||||
),
|
||||
# End States ##
|
||||
# Estimates
|
||||
path(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue