mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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",
|
||||
),
|
||||
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…
Reference in New Issue
Block a user