mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Update property to match JSON key
This commit is contained in:
parent
a8e947e93d
commit
4ace5a0b5f
1 changed files with 1 additions and 1 deletions
|
@ -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