Add swagger ui for test http-api (#3012)

`python generates.py`

Convert postman files to openapi format files
Visit http://127.0.0.1:8081/swagger/ to conveniently debug the API.
This commit is contained in:
alexliyu7352
2023-11-23 17:19:36 +08:00
committed by GitHub
parent d593267f61
commit aacc95867f
21 changed files with 4575 additions and 0 deletions

16
www/swagger/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;
}