info get profile

This commit is contained in:
eson 2023-09-26 18:03:29 +08:00
parent b571b1b31c
commit 91c1c580f9

View File

@ -24,7 +24,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
},
{
Method: http.MethodPost,
Path: "/api/info/user/profile/update",
Path: "/api/info/user/profile/base/update",
Handler: UpdateProfileBaseHandler(serverCtx),
},
{