chore: update swagger ui

This commit is contained in:
Aravinth Manivannan
2023-07-03 18:42:59 +05:30
parent c3ab7f8b0e
commit 461020d413
26 changed files with 13184 additions and 1018 deletions

16
static/openapi/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;
}