From 06653a8cb5252a180458af441ebd94f8c3954acd Mon Sep 17 00:00:00 2001 From: John Kirathe Date: Wed, 4 Sep 2024 23:49:48 +0300 Subject: [PATCH] added README.md --- netlify/functions/swaggerConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/functions/swaggerConfig.js b/netlify/functions/swaggerConfig.js index 97c0d23..82b1310 100644 --- a/netlify/functions/swaggerConfig.js +++ b/netlify/functions/swaggerConfig.js @@ -32,6 +32,6 @@ export const swaggerOptions = { }, ], }, - apis: [path.join(__dirname, './app.js')], // Path to the API docs + apis: ['./app.js'], // Path to the API docs // apis: ['./routes/*.js'], // Path to the API docs };