emilsoftware-utilities 1.3.21 → 1.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,9 +25,9 @@ var options = {
25
25
  // Specifica i file sorgenti che contengono le annotazioni Swagger
26
26
  apis: ['./src/accessi-module/*.ts'], // Aggiungi altri file se necessario
27
27
  };
28
- // Crea il documento Swagger
29
- var swaggerSpec = (0, swagger_jsdoc_1.default)(options);
30
28
  // Funzione per esporre la documentazione Swagger tramite Express
31
29
  function serveSwaggerDocs(app) {
30
+ // Crea il documento Swagger
31
+ var swaggerSpec = (0, swagger_jsdoc_1.default)(options);
32
32
  app.use('/api-accessi-docs', swagger_ui_express_1.default.serve, swagger_ui_express_1.default.setup(swaggerSpec));
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emilsoftware-utilities",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
4
4
  "description": "Utilities for EmilSoftware",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",