info get profile
This commit is contained in:
@@ -14,7 +14,7 @@ service info {
|
||||
post /api/info/user(UserInfoRequest) returns (response);
|
||||
|
||||
@handler UserGetProfileHandler
|
||||
get /api/info/user/profile(QueryProfileRequest) returns (response);
|
||||
post /api/info/user/profile(QueryProfileRequest) returns (response);
|
||||
|
||||
@handler UpdateProfileHandler
|
||||
post /api/info/user/profile/update(ProfileRequest) returns (response);
|
||||
|
||||
Reference in New Issue
Block a user