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.",
"version": "1.0.0"
},
"servers": [
{
"url": "/api/v1"
}
],
"tags": [
{
"name": "captcha",
@ -17,7 +12,7 @@
}
],
"paths": {
"/captcha": {
"/api/v1/captcha": {
"get": {
"tags": [
"captcha"
@ -105,7 +100,7 @@
}
}
},
"/captcha/{captcha_key}": {
"/api/v1/captcha/{captcha_key}": {
"get": {
"tags": [
"captcha"