fix: typo in url for bulk creating labels (#788)
This commit is contained in:
parent
e232d39f0e
commit
6eb7ec0697
1 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ urlpatterns = [
|
|||
name="project-issue-labels",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/projects/<uuid:project_id>/lk-create-labels/",
|
||||
"workspaces/<str:slug>/projects/<uuid:project_id>/bulk-create-labels/",
|
||||
BulkCreateIssueLabelsEndpoint.as_view(),
|
||||
name="project-bulk-labels",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue