Skip to content

Commit

Permalink
Merge pull request #2054 from yiwork/master
Browse files Browse the repository at this point in the history
fix mismatch in http/https protocol
  • Loading branch information
ssalinas authored Dec 30, 2019
2 parents db7ecb9 + d0d9090 commit f8f65ac
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 f8f65ac

Please # to comment.