Skip to content

Commit

Permalink
reference api.html, avoiding URL protocol mismatch when landing upon …
Browse files Browse the repository at this point in the history
…swagger site.
  • Loading branch information
yiwork committed Dec 23, 2019
1 parent db7ecb9 commit d0d9090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/reference/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
window.onload = function() {
// Build a system
const ui = SwaggerUIBundle({
url: "http://getsingularity.com/Docs/reference/openapi.json",
url: "//getsingularity.com/Docs/reference/openapi.json",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand All @@ -32,4 +32,4 @@
}
</script>
</body>
</html>
</html>

0 comments on commit d0d9090

Please # to comment.