mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Default docExpansion to list
This commit is contained in:
parent
c01edd2ded
commit
13b0fe83c5
@ -68,7 +68,7 @@
|
|||||||
onFailure: function(data) {
|
onFailure: function(data) {
|
||||||
log("Unable to Load SwaggerUI");
|
log("Unable to Load SwaggerUI");
|
||||||
},
|
},
|
||||||
docExpansion: "none",
|
docExpansion: "list",
|
||||||
apisSorter: "alpha",
|
apisSorter: "alpha",
|
||||||
showRequestHeaders: false
|
showRequestHeaders: false
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user