mirror of
https://github.com/makeplane/plane.git
synced 2026-05-24 11:18:51 -05:00
chore: add attachment in intake issue (#6503)
This commit is contained in:
committed by
GitHub
parent
f4af78c0fc
commit
c65e42f807
@@ -71,4 +71,9 @@ urlpatterns = [
|
||||
IssueAttachmentEndpoint.as_view(),
|
||||
name="attachment",
|
||||
),
|
||||
path(
|
||||
"workspaces/<str:slug>/projects/<uuid:project_id>/issues/<uuid:issue_id>/issue-attachments/<uuid:pk>/",
|
||||
IssueAttachmentEndpoint.as_view(),
|
||||
name="issue-attachment",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user