From e16eed4580563e5781eee70e9833956ac3455bff Mon Sep 17 00:00:00 2001 From: crummy Date: Sat, 26 Oct 2024 13:55:55 +1300 Subject: [PATCH] Add default host to satisfy liblab --- src/docs/swagger.json | 1 + src/docs/swagger.yaml | 1 + 2 files changed, 2 insertions(+) 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: