forked from github/plane
fix: typo in url for bulk creating labels (#788)
This commit is contained in:
parent
e232d39f0e
commit
6eb7ec0697
@ -759,7 +759,7 @@ urlpatterns = [
|
|||||||
name="project-issue-labels",
|
name="project-issue-labels",
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"workspaces/<str:slug>/projects/<uuid:project_id>/lk-create-labels/",
|
"workspaces/<str:slug>/projects/<uuid:project_id>/bulk-create-labels/",
|
||||||
BulkCreateIssueLabelsEndpoint.as_view(),
|
BulkCreateIssueLabelsEndpoint.as_view(),
|
||||||
name="project-bulk-labels",
|
name="project-bulk-labels",
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user