Kaynağa Gözat

sort tags alphabetically

pull/74/head
Jonathan Cobb 3 yıl önce
ebeveyn
işleme
248e36f28f
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +3
    -2
      src/public/apidocs/index.html

+ 3
- 2
src/public/apidocs/index.html Dosyayı Görüntüle

@@ -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


Yükleniyor…
İptal
Kaydet