mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Update property to match JSON key
This commit is contained in:
parent
a8e947e93d
commit
4ace5a0b5f
|
|
@ -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},
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue