From fb5d739a90c4c93945c655ece85038a35d904bfe Mon Sep 17 00:00:00 2001 From: minie4 Date: Wed, 28 Feb 2024 23:38:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Make=20API=20responses=20more=20?= =?UTF-8?q?consistent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routing.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routing.go b/routing.go index d252a7e..d4d1122 100644 --- a/routing.go +++ b/routing.go @@ -34,8 +34,8 @@ type Port struct { } var portConfig struct { - Input []Port `json:"input"` - Output []Port `json:"output"` + Input []Port `json:"inputs"` + Output []Port `json:"outputs"` } var portsInited bool = false