mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-06 13:20:19 +03:00
Use openapi.json as default
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
This commit is contained in:
parent
b0ebdc0eaa
commit
4923037252
|
@ -166,7 +166,7 @@ export class RedocNormalizedOptions {
|
|||
}
|
||||
|
||||
// Default value
|
||||
return 'swagger.json';
|
||||
return 'openapi.json';
|
||||
}
|
||||
|
||||
private static normalizeJsonSampleExpandLevel(level?: number | string | 'all'): number {
|
||||
|
|
Loading…
Reference in New Issue
Block a user