add inventory and supply logic
This commit is contained in:
@@ -19,6 +19,8 @@ window.addEventListener('load', () => {
|
||||
SwaggerUIBundle({
|
||||
url: "{{ url('/api/documentation/swagger.json') }}",
|
||||
dom_id: '#swagger-ui',
|
||||
operationsSorter: 'alpha',
|
||||
tagsSorter: 'alpha',
|
||||
docExpansion: 'none',
|
||||
defaultModelsExpandDepth: -1,
|
||||
persistAuthorization: true
|
||||
|
||||
Reference in New Issue
Block a user