info get profile

This commit is contained in:
eson
2023-09-26 17:20:44 +08:00
parent 93b0cadea9
commit 194dc50eaa
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: InfoHandler(serverCtx),
},
{
Method: http.MethodGet,
Method: http.MethodPost,
Path: "/api/info/user/profile",
Handler: UserGetProfileHandler(serverCtx),
},