Add scheme to satisfy liblab

This commit is contained in:
crummy
2024-10-26 14:04:19 +13:00
parent e16eed4580
commit a8494b70bd
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
}, },
"host": "localhost:8080", "host": "localhost:8080",
"basePath": "/", "basePath": "/",
"schemes": ["http"],
"paths": { "paths": {
"/v1/about": { "/v1/about": {
"get": { "get": {

View File

@@ -1,5 +1,7 @@
host: localhost:8080 host: localhost:8080
basePath: / basePath: /
schemes:
- http
definitions: definitions:
api.AddDeviceRequest: api.AddDeviceRequest:
properties: properties: