This commit is contained in:
2025-01-30 17:28:43 +05:30
parent c1170e01d6
commit 9017b2275c
2 changed files with 2 additions and 3 deletions

View File

@@ -32,8 +32,7 @@ const routes = [
'./../../api-server/Routes/wallItems-Routes.ts',
];
/* NOTE: If you are using the express Router, you must pass in the 'routes' only the
root file where the route starts, such as index.js, app.js, routes.js, etc ... */
swaggerAutogen()(outputFile, routes, doc).then(() => {
console.log('Swagger documentation generated!');

View File

@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "dwinzo documetion",
"title": "dwinzo documentation",
"description": "Description",
"version": "1.0.0"
},