feat: add Swagger UI docs at /api_info endpoint

This commit is contained in:
dmit.b
2026-05-16 11:58:26 +03:00
parent 623e6037b6
commit 805c358ead
12 changed files with 495 additions and 4 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;
}