From 4ace5a0b5f1b5f2ce2f0f3c6cabfd0cf556276f3 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 15 Jan 2021 18:05:48 -0600 Subject: [PATCH] Update property to match JSON key --- setup/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/base.go b/setup/base.go index fd4e96f0..f4dee871 100644 --- a/setup/base.go +++ b/setup/base.go @@ -317,7 +317,7 @@ func (b *BaseDendrite) SetupAndServeHTTP( return util.JSONResponse{ Code: http.StatusOK, JSON: struct { - Versions bool `json:"success"` + Success bool `json:"success"` }{true}, } }),