feat: (rbac) user search
This commit is contained in:
parent
1658b02926
commit
d62067f802
|
@ -150,7 +150,7 @@ func (h Rbac) SearchUser(w http.ResponseWriter, r *http.Request, ps httprouter.P
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
h.WriteOKJSON(w, res)
|
h.Write(w, res.Raw)
|
||||||
return
|
return
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue