This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 35ced972 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

minor change in swagger

parent 2795e5f3
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
window.onload = function () { window.onload = function () {
var urls = [/* {"name": "gitsearch", "url": "http://localhost:8080/v2/api-docs"} */]; var urls = [];
axios.get("/swagger-resources").then(function (response) { axios.get("/swagger-resources").then(function (response) {
response.data.forEach(function (resource) { response.data.forEach(function (resource) {
urls.push({"name": resource.name, "url": resource.location}); urls.push({"name": resource.name, "url": resource.location});
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
deepLinking: true, deepLinking: true,
filter: true, filter: true,
layout: "StandaloneLayout", layout: "StandaloneLayout",
schemes: ["http"],
withCredentials: true, withCredentials: true,
presets: [ presets: [
SwaggerUIBundle.presets.apis, SwaggerUIBundle.presets.apis,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment