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}}",
"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