Skip to content

Commit

Permalink
[REF] open api path included to territories uri
Browse files Browse the repository at this point in the history
  • Loading branch information
marluanespiritusanto committed Aug 2, 2021
1 parent 69c5824 commit f7c33fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/swagger.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const configSwagger = (app: INestApplication) => {

const document = SwaggerModule.createDocument(app, options);

SwaggerModule.setup('api', app, document);
SwaggerModule.setup('territories/api', app, document);
};

0 comments on commit f7c33fe

Please sign in to comment.