Skip to content

Commit

Permalink
Update lib/interfaces/swagger-custom-options.interface.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Dec 4, 2024
1 parent bc6c7ba commit 472c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaces/swagger-custom-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface SwaggerCustomOptions {
/**
* If `false`, the Swagger UI will not be served. Only API definitions (JSON and YAML)
* will be accessible (on `/{path}-json` and `/{path}-yaml`).
* To fully disable both the Swagger UI and API definitions, use `documentsEnabled: false`.
* To fully disable both the Swagger UI and API definitions, use `raw: false`.
* Default: `true`.
*/
swaggerUiEnabled?: boolean;
Expand Down

0 comments on commit 472c66a

Please sign in to comment.