Skip to content

Commit 23da51b

Browse files
Update introduction.md
1 parent b6062c1 commit 23da51b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/openapi/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ export interface SwaggerCustomOptions {
284284
* @deprecated This property has no effect.
285285
*/
286286
urls?: Record<'url' | 'name', string>[];
287-
288287
}
289288
```
290289
> info **Hint** `ui` and `raw` are independent options. Disabling Swagger UI (`ui: false`) does not disable API definitions (JSON/YAML). Conversely, disabling API definitions (`raw: []`) does not disable the Swagger UI.

0 commit comments

Comments
 (0)