Use openapi.json as default

Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
This commit is contained in:
Zach Whaley 2021-09-09 09:40:55 -05:00 committed by GitHub
parent b0ebdc0eaa
commit 4923037252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ export class RedocNormalizedOptions {
}
// Default value
return 'swagger.json';
return 'openapi.json';
}
private static normalizeJsonSampleExpandLevel(level?: number | string | 'all'): number {