mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix URL regex (#6218)
URL regex for build report detail view was incorrect
This commit is contained in:
@ -621,7 +621,7 @@ report_api_urls = [
|
|||||||
name='api-build-report-metadata',
|
name='api-build-report-metadata',
|
||||||
),
|
),
|
||||||
re_path(
|
re_path(
|
||||||
r'^.$',
|
r'^.*$',
|
||||||
BuildReportDetail.as_view(),
|
BuildReportDetail.as_view(),
|
||||||
name='api-build-report-detail',
|
name='api-build-report-detail',
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user