From 91c1c580f95da62f00897dc71bbdbb3031c11326 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Tue, 26 Sep 2023 18:03:29 +0800 Subject: [PATCH] info get profile --- server/info/internal/handler/routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, {