forked from forgejo/forgejo
fix #1448
This commit is contained in:
parent
ab9411be2a
commit
ff5f14431e
12 changed files with 194 additions and 53 deletions
|
@ -55,7 +55,7 @@ func SearchUsers(ctx *middleware.Context) {
|
|||
}
|
||||
}
|
||||
|
||||
ctx.Render.JSON(200, map[string]interface{}{
|
||||
ctx.JSON(200, map[string]interface{}{
|
||||
"ok": true,
|
||||
"data": results,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue