diff options
Diffstat (limited to 'openecomp-be/tools/swagger-ui/index.html')
-rw-r--r-- | openecomp-be/tools/swagger-ui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/tools/swagger-ui/index.html b/openecomp-be/tools/swagger-ui/index.html index 2aefcd2fb5..5821ad2c83 100644 --- a/openecomp-be/tools/swagger-ui/index.html +++ b/openecomp-be/tools/swagger-ui/index.html @@ -41,7 +41,7 @@ if (window.location.pathname.indexOf('/api-docs') > 0) { url += window.location.pathname.substring(0, window.location.pathname.indexOf('/api-docs')) } - url += "/api-docs/swagger-sdce-1.json"; + url += "/api-docs/openapi-sdce-1.json"; // Begin Swagger UI call region const ui = SwaggerUIBundle({ |