info
This commit is contained in:
@@ -16,6 +16,9 @@ service info {
|
||||
@handler UserGetProfileHandler
|
||||
post /api/info/user/profile(QueryProfileRequest) returns (response);
|
||||
|
||||
@handler UserGetDefaultProfileHandler
|
||||
get /api/info/user/profile/default(request) returns (response);
|
||||
|
||||
@handler UpdateProfileBaseHandler
|
||||
post /api/info/user/profile/base/update(ProfileRequest) returns (response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user