diff --git a/src/docs/swagger.json b/src/docs/swagger.json index b27a40c..541c74e 100644 --- a/src/docs/swagger.json +++ b/src/docs/swagger.json @@ -8,6 +8,7 @@ }, "host": "localhost:8080", "basePath": "/", + "schemes": ["http"], "paths": { "/v1/about": { "get": { diff --git a/src/docs/swagger.yaml b/src/docs/swagger.yaml index 4d02f07..d348bcb 100644 --- a/src/docs/swagger.yaml +++ b/src/docs/swagger.yaml @@ -1,5 +1,7 @@ host: localhost:8080 basePath: / +schemes: + - http definitions: api.AddDeviceRequest: properties: