Skip to content

Refactor issue endpoints into single endpoint with added action parameter #413

Description

@Abh1ramManugur1

blast/app/host/urls.py

Lines 52 to 61 in 66d7b47

path(
f"""{base_path}report_issue/<item_id>""",
views.report_issue,
name="report_issue",
),
path(
f"""{base_path}resolve_issue/<item_id>""",
views.resolve_issue,
name="resolve_issue",
),

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions