Sort endpoints by letter.
Merged from swagger-ui's index.html. Previously, endpoints were sorted in the order they were defined.
This commit is contained in:
parent
174aff7fbe
commit
0a35cdb4af
|
@ -27,7 +27,8 @@ $(function() {
|
|||
log(data);
|
||||
},
|
||||
docExpansion: 'none',
|
||||
highlightSizeThreshold: 16384
|
||||
highlightSizeThreshold: 16384,
|
||||
sorter: 'alpha'
|
||||
});
|
||||
|
||||
$('#explore').click(setAccessToken);
|
||||
|
|
Loading…
Reference in New Issue