Skip to content

Commit

Permalink
backend: Updated swagger api path
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 15, 2024
1 parent 729f16d commit 9a590a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/config/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const swaggerOptions = {
}
]
},
apis: ['./src/routes/*.ts']
apis: ['src/routes/embedded.routes.ts']
};

const swaggerDocs = swaggerJsDoc(swaggerOptions);
Expand Down

0 comments on commit 9a590a3

Please sign in to comment.