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",
"basePath": "/",
"schemes": ["http"],
"paths": {
"/v1/about": {
"get": {

View File

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