Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkirathe committed Sep 4, 2024
1 parent 2444567 commit 06653a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/swaggerConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

0 comments on commit 06653a8

Please sign in to comment.