add inventory and supply logic

This commit is contained in:
root
2026-03-10 18:21:08 -04:00
parent 17d73e2f92
commit 25e7b3c67c
62 changed files with 3846 additions and 2781 deletions
+1 -1
View File
@@ -1310,7 +1310,7 @@
}
}
},
"/api/login-activity": {
"/api/v1/users/login-activity": {
"get": {
"operationId": "getLoginActivity",
"tags": ["Users"],
+2
View File
@@ -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