create inventory API v2 und update tests
This commit is contained in:
parent
77828295f8
commit
fc05c7c1d8
12 changed files with 486 additions and 0 deletions
|
@ -24,6 +24,7 @@ urlpatterns = [
|
|||
path('api/1/', include('inventory.api_v1')),
|
||||
path('api/1/', include('files.api_v1')),
|
||||
path('api/1/', include('files.media_v1')),
|
||||
path('api/2/', include('inventory.api_v2')),
|
||||
path('api/2/', include('files.api_v2')),
|
||||
path('media/2/', include('files.media_v2')),
|
||||
path('api/2/', include('authentication.api_v2')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue