fix: typo in url for bulk creating labels (#788)

This commit is contained in:
pablohashescobar 2023-04-13 00:34:23 +05:30 committed by GitHub
parent e232d39f0e
commit 6eb7ec0697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
),