🎨 Make API responses more consistent

This commit is contained in:
2024-02-28 23:38:37 +01:00
parent aee617cc88
commit fb5d739a90

View File

@ -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