add
This commit is contained in:
@@ -89,5 +89,5 @@ func (h *Handler) Root(w http.ResponseWriter, r *http.Request) {
|
||||
httpx.MethodNotAllowed(w, string(codes.MethodNotAllowed))
|
||||
return
|
||||
}
|
||||
httpx.OK(w, map[string]string{"service": "user"})
|
||||
httpx.OK(w, map[string]string{"service": "user", "user_id": httpx.UserID(r)})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user