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}}", "host": "{{.Host}}",
"basePath": "{{.BasePath}}", "basePath": "{{.BasePath}}",
"paths": { "paths": {
"/callback": { "/callback/github": {
"get": { "get": {
"description": "Callback for oauth2 providers", "description": "Callback for oauth2 providers",
"consumes": [ "consumes": [

View File

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

View File

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