瀏覽代碼

sort tags alphabetically

pull/74/head
Jonathan Cobb 3 年之前
父節點
當前提交
248e36f28f
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      src/public/apidocs/index.html

+ 3
- 2
src/public/apidocs/index.html 查看文件

@@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<title>Bubble API Reference</title>
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
@@ -50,7 +50,8 @@
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout",
apisSorter : "alpha"
apisSorter : "alpha",
tagsSorter: "alpha"
})
// End Swagger UI call region
window.ui = ui


Loading…
取消
儲存