Update swagger.js
Browse files- swagger.js +1 -1
swagger.js
CHANGED
@@ -20,4 +20,4 @@ const swaggerOptions = {
|
|
20 |
|
21 |
const swaggerDocs = swaggerJsDoc(swaggerOptions);
|
22 |
|
23 |
-
export swaggerDocs;
|
|
|
20 |
|
21 |
const swaggerDocs = swaggerJsDoc(swaggerOptions);
|
22 |
|
23 |
+
export { swaggerDocs };
|