diff --git a/cmd/api/docs/docs.go b/cmd/api/docs/docs.go index d67fce8..0bee913 100644 --- a/cmd/api/docs/docs.go +++ b/cmd/api/docs/docs.go @@ -2637,7 +2637,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ Version: "1.0", - Host: "api.astrium.io", + Host: "api-dusk-3.astrotrek.io", BasePath: "", Schemes: []string{}, Title: "Swagger Astria Explorer API", diff --git a/cmd/api/docs/swagger.json b/cmd/api/docs/swagger.json index 48877cb..68bb122 100644 --- a/cmd/api/docs/swagger.json +++ b/cmd/api/docs/swagger.json @@ -6,7 +6,7 @@ "contact": {}, "version": "1.0" }, - "host": "api.astrium.io", + "host": "api-dusk-3.astrotrek.io", "paths": { "/v1/address": { "get": { diff --git a/cmd/api/docs/swagger.yaml b/cmd/api/docs/swagger.yaml index 611cb1d..c01b3f6 100644 --- a/cmd/api/docs/swagger.yaml +++ b/cmd/api/docs/swagger.yaml @@ -441,7 +441,7 @@ definitions: example: "0.97" type: string type: object -host: api.astrium.io +host: api-dusk-3.astrotrek.io info: contact: {} description: This is docs of Astria Explorer API. diff --git a/cmd/api/main.go b/cmd/api/main.go index 00a0535..b0616ff 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -23,7 +23,7 @@ var rootCmd = &cobra.Command{ // @title Swagger Astria Explorer API // @version 1.0 // @description This is docs of Astria Explorer API. -// @host api.astrium.io +// @host api-dusk-3.astrotrek.io // // @query.collection.format multi func main() {