improvement: online.swagger.io -> validator.swagger.io (#5599)

This commit is contained in:
kyle
2019-09-09 21:33:23 -07:00
committed by GitHub
parent 7cae0d2bdf
commit 94c86d3d50
6 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ export default function SwaggerUI(opts) {
docExpansion: "list",
maxDisplayedTags: null,
filter: null,
validatorUrl: "https://online.swagger.io/validator",
validatorUrl: "https://validator.swagger.io/validator",
oauth2RedirectUrl: `${window.location.protocol}//${window.location.host}/oauth2-redirect.html`,
configs: {},
custom: {},