Skip to content

Commit 0408b55

Browse files
removing deprecated version call
1 parent 8cf0c61 commit 0408b55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ async function bootstrap() {
2424
'https://CropWatch.io/support',
2525
'support@cropwatch.io',
2626
)
27-
.setBasePath('v23')
2827
.build();
2928
const documentFactory = () => SwaggerModule.createDocument(app, config);
3029
SwaggerModule.setup('docs', app, documentFactory, {

0 commit comments

Comments
 (0)