correct api status host property from 'origin' to 'host'

This commit is contained in:
bakito
2023-12-22 17:26:29 +01:00
parent 9d26eec6b0
commit cc13b9318d
+1 -1
View File
@@ -128,7 +128,7 @@ type syncStatus struct {
}
type replicaStatus struct {
Host string `json:"origin"`
Host string `json:"host"`
URL string `json:"url"`
Status string `json:"status"`
Error string `json:"error"`