We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3adf1 commit 97e1d22Copy full SHA for 97e1d22
dist/swagger-initializer.js
@@ -3,7 +3,7 @@ window.onload = function() {
3
4
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
5
window.ui = SwaggerUIBundle({
6
- url: "swagger.yaml",
+ url: "https://raw.githubusercontent.com/akash-network/akash-api/refs/heads/main/docs/swagger-ui/swagger.yaml",
7
dom_id: '#swagger-ui',
8
deepLinking: true,
9
presets: [
0 commit comments