mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix URL regex (#6218)
URL regex for build report detail view was incorrect
This commit is contained in:
parent
b4a7787447
commit
a04b22b090
@ -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',
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user