mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 07:26:08 +00:00
enabled https
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
if (url && url.length > 1) {
|
||||
url = decodeURIComponent(url[1]);
|
||||
} else {
|
||||
url = "http://generator.swagger.io/api/swagger.json";
|
||||
url = "https://generator.swagger.io/api/swagger.json";
|
||||
}
|
||||
window.swaggerUi = new SwaggerUi({
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user