Skip to content
Snippets Groups Projects
Commit 3e846b8a authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'develop' into OCF-Doc37-sandbox-enrolling-documentation

parents fe749a12 f54efb7d
No related branches found
No related tags found
1 merge request!40Resolve "Sandbox enrolling documentation"
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<script> <script>
window.onload = function() { window.onload = function() {
const ui = SwaggerUIBundle({ const ui = SwaggerUIBundle({
url: "/swagger/helper_swagger.yaml", url: "../../swagger/helper_swagger.yaml",
dom_id: '#swagger-ui', dom_id: '#swagger-ui',
presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset], presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
layout: "StandaloneLayout" layout: "StandaloneLayout"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<script> <script>
window.onload = function() { window.onload = function() {
const ui = SwaggerUIBundle({ const ui = SwaggerUIBundle({
url: "/swagger/register_swagger.yaml", url: "../../swagger/register_swagger.yaml",
dom_id: '#swagger-ui', dom_id: '#swagger-ui',
presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset], presets: [SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset],
layout: "StandaloneLayout" layout: "StandaloneLayout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment