This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
sort APIs alphabetically
pull/74/head
Jonathan Cobb
4 years ago
parent
1bdf0a6043
commit
316283a2fc
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/public/apidocs/index.html
+ 2
- 1
src/public/apidocs/index.html
View File
@@ -49,7 +49,8 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
layout: "StandaloneLayout",
apisSorter : "alpha"
})
// End Swagger UI call region
window.ui = ui
Write
Preview
Loading…
Cancel
Save