mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
Update swagger-initializer.js
This commit is contained in:
@@ -3,7 +3,11 @@ window.onload = function() {
|
||||
|
||||
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
|
||||
window.ui = SwaggerUIBundle({
|
||||
url: "https://petstore.swagger.io/v2/swagger.json",
|
||||
urls: [
|
||||
{ url: "https://github.com/paralus/paralus/blob/gh-pages/apis/partner.swagger.json", name: "Partner" },
|
||||
{ url: "https://github.com/paralus/paralus/blob/gh-pages/apis/organization.swagger.json", name: "Organization" }
|
||||
],
|
||||
"urls.primaryName": "Partner",
|
||||
dom_id: '#swagger-ui',
|
||||
deepLinking: true,
|
||||
presets: [
|
||||
|
||||
Reference in New Issue
Block a user