Skip to content

Commit 97e1d22

Browse files
authored
Update swagger-initializer.js
1 parent af3adf1 commit 97e1d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/swagger-initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ window.onload = function() {
33

44
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
55
window.ui = SwaggerUIBundle({
6-
url: "swagger.yaml",
6+
url: "https://raw.githubusercontent.com/akash-network/akash-api/refs/heads/main/docs/swagger-ui/swagger.yaml",
77
dom_id: '#swagger-ui',
88
deepLinking: true,
99
presets: [

0 commit comments

Comments
 (0)