瀏覽代碼

Use the correct new sorting parameter name

bubble
Nara Kasbergen 9 年之前
父節點
當前提交
9923b3cf8a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      dist/index.html
  2. +1
    -1
      src/main/html/index.html

+ 1
- 1
dist/index.html 查看文件

@@ -52,7 +52,7 @@
log("Unable to Load SwaggerUI");
},
docExpansion: "none",
sorter : "alpha"
apisSorter: "alpha"
});

function addApiKeyAuthorization(){


+ 1
- 1
src/main/html/index.html 查看文件

@@ -52,7 +52,7 @@
log("Unable to Load SwaggerUI");
},
docExpansion: "none",
sorter : "alpha"
apisSorter: "alpha"
});

function addApiKeyAuthorization(){


Loading…
取消
儲存