mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Fix build API URL (#6219)
- Backport of https://github.com/inventree/InvenTree/pull/6218
This commit is contained in:
		| @@ -528,7 +528,7 @@ report_api_urls = [ | ||||
|         path(r'<int:pk>/', include([ | ||||
|             re_path(r'print/?', BuildReportPrint.as_view(), name='api-build-report-print'), | ||||
|             re_path(r'metadata/', MetadataView.as_view(), {'model': BuildReport}, name='api-build-report-metadata'), | ||||
|             re_path(r'^.$', BuildReportDetail.as_view(), name='api-build-report-detail'), | ||||
|             re_path(r'^.*$', BuildReportDetail.as_view(), name='api-build-report-detail'), | ||||
|         ])), | ||||
|  | ||||
|         # List view | ||||
|   | ||||
		Reference in New Issue
	
	Block a user