We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1433301 commit 34714d9Copy full SHA for 34714d9
pkg/starter/swagger/info_builder.go
@@ -56,7 +56,7 @@ type apiInfoBuilder struct {
56
57
SystemServer *system.Server
58
AppVersion string `value:"${app.version}"`
59
- RedocURL string `json:"redoc_url" value:"${redoc.url:https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js}"`
+ RedocURL string `json:"redoc_url" value:"${redoc.url:https://unpkg.com/redoc@next/bundles/redoc.standalone.js}"`
60
}
61
62
func ApiInfoBuilder() ApiInfoBuilderInterface {
0 commit comments