Spaces:
Runtime error
Runtime error
Commit ·
fa14411
1
Parent(s): f112590
Deploy files from GitHub repository
Browse files- swagger/docs/docs.go +1 -1
- swagger/docs/swagger.json +1 -1
- swagger/docs/swagger.yaml +1 -1
- swagger/swagger_info.go +1 -1
swagger/docs/docs.go
CHANGED
|
@@ -2436,7 +2436,7 @@ const docTemplate = `{
|
|
| 2436 |
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
| 2437 |
var SwaggerInfo = &swag.Spec{
|
| 2438 |
Version: "1.0.0",
|
| 2439 |
-
Host: "
|
| 2440 |
BasePath: "/",
|
| 2441 |
Schemes: []string{"https"},
|
| 2442 |
Title: "Go Boilerplate API",
|
|
|
|
| 2436 |
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
| 2437 |
var SwaggerInfo = &swag.Spec{
|
| 2438 |
Version: "1.0.0",
|
| 2439 |
+
Host: "lifedebugger-danzapp-be-test.hf.space",
|
| 2440 |
BasePath: "/",
|
| 2441 |
Schemes: []string{"https"},
|
| 2442 |
Title: "Go Boilerplate API",
|
swagger/docs/swagger.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
},
|
| 17 |
"version": "1.0.0"
|
| 18 |
},
|
| 19 |
-
"host": "
|
| 20 |
"basePath": "/",
|
| 21 |
"paths": {
|
| 22 |
"/api/v1/auth/otp/request": {
|
|
|
|
| 16 |
},
|
| 17 |
"version": "1.0.0"
|
| 18 |
},
|
| 19 |
+
"host": "lifedebugger-danzapp-be-test.hf.space",
|
| 20 |
"basePath": "/",
|
| 21 |
"paths": {
|
| 22 |
"/api/v1/auth/otp/request": {
|
swagger/docs/swagger.yaml
CHANGED
|
@@ -962,7 +962,7 @@ definitions:
|
|
| 962 |
user_id:
|
| 963 |
type: string
|
| 964 |
type: object
|
| 965 |
-
host:
|
| 966 |
info:
|
| 967 |
contact:
|
| 968 |
email: admin@example.com
|
|
|
|
| 962 |
user_id:
|
| 963 |
type: string
|
| 964 |
type: object
|
| 965 |
+
host: lifedebugger-danzapp-be-test.hf.space
|
| 966 |
info:
|
| 967 |
contact:
|
| 968 |
email: admin@example.com
|
swagger/swagger_info.go
CHANGED
|
@@ -14,7 +14,7 @@ package swagger
|
|
| 14 |
// @license.name MIT
|
| 15 |
// @license.url https://opensource.org/licenses/MIT
|
| 16 |
|
| 17 |
-
// @host
|
| 18 |
// @BasePath /
|
| 19 |
// @schemes https
|
| 20 |
|
|
|
|
| 14 |
// @license.name MIT
|
| 15 |
// @license.url https://opensource.org/licenses/MIT
|
| 16 |
|
| 17 |
+
// @host lifedebugger-danzapp-be-test.hf.space
|
| 18 |
// @BasePath /
|
| 19 |
// @schemes https
|
| 20 |
|