feat: update openapi docs
All checks were successful
Backend ci / build (push) Successful in 3m13s

This commit is contained in:
d3m0k1d
2026-02-10 00:09:30 +03:00
parent 53d8760912
commit 7822da7e5c
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const docTemplate = `{
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/callback": {
"/callback/github": {
"get": {
"description": "Callback for oauth2 providers",
"consumes": [

View File

@@ -4,7 +4,7 @@
"contact": {}
},
"paths": {
"/callback": {
"/callback/github": {
"get": {
"description": "Callback for oauth2 providers",
"consumes": [

View File

@@ -32,7 +32,7 @@ definitions:
info:
contact: {}
paths:
/callback:
/callback/github:
get:
consumes:
- application/json