diff --git a/server_api/info.api b/server_api/info.api index deab2b82..1770f022 100644 --- a/server_api/info.api +++ b/server_api/info.api @@ -17,7 +17,7 @@ service info { post /api/info/user/profile(QueryProfileRequest) returns (response); @handler UpdateProfileBaseHandler - post /api/info/user/profile/update(ProfileBaseRequest) returns (response); + post /api/info/user/profile/base/update(ProfileBaseRequest) returns (response); @handler AddressDefaultHandler post /api/info/address/default(AddressIdRequest) returns (response);