Version 0.7.0 #1

Merged
kor-elf merged 90 commits from develop into main 2023-12-08 21:18:23 +06:00
Showing only changes of commit d72d6ff614 - Show all commits

View File

@ -5,11 +5,6 @@
"description": "API Documentation.", "description": "API Documentation.",
"version": "1.0.0" "version": "1.0.0"
}, },
"servers": [
{
"url": "/api/v1"
}
],
"tags": [ "tags": [
{ {
"name": "captcha", "name": "captcha",
@ -17,7 +12,7 @@
} }
], ],
"paths": { "paths": {
"/captcha": { "/api/v1/captcha": {
"get": { "get": {
"tags": [ "tags": [
"captcha" "captcha"
@ -105,7 +100,7 @@
} }
} }
}, },
"/captcha/{captcha_key}": { "/api/v1/captcha/{captcha_key}": {
"get": { "get": {
"tags": [ "tags": [
"captcha" "captcha"