Skip to content

Commit

Permalink
Update swagger.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed Feb 6, 2024
1 parent 86d3442 commit 6b86425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/util/swagger.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ const options = {
};

const specs = swaggerJsdoc(options);
Logger.debug(specs);
Logger.debug('logger.js',specs);
console.log(Response.json(serve))
console.log(new Response(setup(specs)).formData)

function swagger(app) {
Logger.debug('Setting up Swagger');
Logger.debug('logger.js','Setting up Swagger');
// Swagger Page
app.use('/docs', serve, setup(specs));

Expand Down

0 comments on commit 6b86425

Please sign in to comment.