2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Add API endpoint for StockItem attachment items

This commit is contained in:
Oliver Walters
2020-05-11 23:32:40 +10:00
parent f36c5137dd
commit 17d0a015f2
3 changed files with 42 additions and 0 deletions

View File

@ -639,6 +639,7 @@ class BomItemValidate(generics.UpdateAPIView):
return Response(serializer.data)
part_api_urls = [
url(r'^tree/?', PartCategoryTree.as_view(), name='api-part-tree'),