Skip to content

Commit 58eb0cd

Browse files
committed
refactor: update Swagger documentation route from '/api/doc' to '/docs' for improved clarity
1 parent fb4fbcb commit 58eb0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/lib/initializeSwagger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export function initializeSwagger(app: INestApplication<any>) {
2121
},
2222
};
2323

24-
SwaggerModule.setup('api/doc', app, document, swaggerOptions);
24+
SwaggerModule.setup('docs', app, document, swaggerOptions);
2525
}

0 commit comments

Comments
 (0)