swagger page

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 07:29:39 -04:00
parent 7cfeabcada
commit 46c423dca0
21 changed files with 6619 additions and 53 deletions
+16
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;
}