Skip to content

Commit

Permalink
change swagger path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Nov 27, 2024
1 parent e0ee0dc commit d683684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function bootstrap() {
}),
);
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('', app, document, {
SwaggerModule.setup('/', app, document, {
swaggerOptions: {
filter: true,
},
Expand Down

0 comments on commit d683684

Please sign in to comment.