mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +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',
|
||||
),
|
||||
re_path(
|
||||
r'^.$',
|
||||
r'^.*$',
|
||||
BuildReportDetail.as_view(),
|
||||
name='api-build-report-detail',
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user