mirror of
https://gitee.com/gitea/gitea
synced 2025-12-09 17:50:26 +08:00
fix #1448
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user