fix: the endpoints reflect the db models and changes since the last version of the doc, notes.md indicate some changes that are needed to happen in the controller and questions to be discussed
All checks were successful
CI / build (push) Successful in 11s

This commit is contained in:
2025-03-21 09:42:57 +01:00
parent eccf116f49
commit d0b615c59d
6 changed files with 126 additions and 103 deletions

View File

@ -0,0 +1,17 @@
{
"name": "swagger-ui",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.2",
"js-yaml": "^4.1.0",
"swagger-ui-express": "^5.0.1"
}
}