Update backend #6

Merged
d3m0k1d merged 9 commits from develop into master 2026-02-11 13:48:10 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 7822da7e5c - Show all commits

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