Skip to content

Commit

Permalink
[ADD] swagger api version
Browse files Browse the repository at this point in the history
  • Loading branch information
marluanespiritusanto committed Aug 3, 2021
1 parent f007c63 commit cbe4a0d
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('territories/api', app, document);
SwaggerModule.setup('v1/territories/api', app, document);
};

0 comments on commit cbe4a0d

Please sign in to comment.