diff --git a/src/docs/swagger.json b/src/docs/swagger.json index 8fbf96c..b27a40c 100644 --- a/src/docs/swagger.json +++ b/src/docs/swagger.json @@ -6,6 +6,7 @@ "contact": {}, "version": "1.0" }, + "host": "localhost:8080", "basePath": "/", "paths": { "/v1/about": { diff --git a/src/docs/swagger.yaml b/src/docs/swagger.yaml index af6db85..4d02f07 100644 --- a/src/docs/swagger.yaml +++ b/src/docs/swagger.yaml @@ -1,3 +1,4 @@ +host: localhost:8080 basePath: / definitions: api.AddDeviceRequest: