user health no err
This commit is contained in:
parent
84b3ef4b9d
commit
93af9969ed
11 changed files with 234 additions and 192 deletions
|
|
@ -364,7 +364,7 @@ service LightningPub {
|
|||
// </App>
|
||||
|
||||
// <User>
|
||||
rpc UserHealth(structs.Empty)returns(structs.Empty){
|
||||
rpc UserHealth(structs.Empty)returns(structs.UserHealthState){
|
||||
option (auth_type) = "User";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/user/health";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue