diff options
Diffstat (limited to 'backend/docs/docs.go')
| -rw-r--r-- | backend/docs/docs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/docs/docs.go b/backend/docs/docs.go index 5327961..71bd68e 100644 --- a/backend/docs/docs.go +++ b/backend/docs/docs.go | |||
| @@ -2218,7 +2218,7 @@ const docTemplate = `{ | |||
| 2218 | // SwaggerInfo holds exported Swagger Info so clients can modify it | 2218 | // SwaggerInfo holds exported Swagger Info so clients can modify it |
| 2219 | var SwaggerInfo = &swag.Spec{ | 2219 | var SwaggerInfo = &swag.Spec{ |
| 2220 | Version: "1.0", | 2220 | Version: "1.0", |
| 2221 | Host: "lp.ardapektezol.com", | 2221 | Host: "lp.pektezol.dev", |
| 2222 | BasePath: "/api/v1", | 2222 | BasePath: "/api/v1", |
| 2223 | Schemes: []string{}, | 2223 | Schemes: []string{}, |
| 2224 | Title: "Least Portals Hub", | 2224 | Title: "Least Portals Hub", |