vendor/assets/swagger/index.html in efigence-swagger_ui_wrapper-0.0.1 vs vendor/assets/swagger/index.html in efigence-swagger_ui_wrapper-0.0.5
- old
+ new
@@ -34,10 +34,10 @@
$(function () {
var url = window.location.search.match(/url=([^&]+)/);
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
- url = "http://petstore.swagger.io/v2/swagger.json";
+ url = '/api/v1/api-docs.json'; // "http://petstore.swagger.io/v2/swagger.json";
}
hljs.configure({
highlightSizeThreshold: 5000
});