mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
Create a new part parameter template
This commit is contained in:
@ -412,7 +412,7 @@ part_star_api_urls = [
|
||||
]
|
||||
|
||||
part_param_api_urls = [
|
||||
url(r'^template/?$', PartParameterTemplateList.as_view(), name='api-part-param-template-list'),
|
||||
url(r'^template/$', PartParameterTemplateList.as_view(), name='api-part-param-template-list'),
|
||||
|
||||
url(r'^.*$', PartParameterList.as_view(), name='api-part-param-list'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user