chore: add attachment in intake issue (#6503)
This commit is contained in:
parent
f4af78c0fc
commit
c65e42f807
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue