diff --git a/server/info/internal/handler/routes.go b/server/info/internal/handler/routes.go index a6113d5c..b2194efd 100644 --- a/server/info/internal/handler/routes.go +++ b/server/info/internal/handler/routes.go @@ -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), }, {