[API] Update swagger version

This commit is contained in:
ntimo
2022-09-26 13:56:24 +00:00
parent f28e18e676
commit 000894dabd
16 changed files with 59 additions and 63 deletions

16
data/web/api/index.css Normal file
View File

@@ -0,0 +1,16 @@
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fafafa;
}