fix:设置当前logo

This commit is contained in:
momo
2023-09-08 11:47:53 +08:00
parent 6cc35e6198
commit 7543f99f8b
6 changed files with 96 additions and 74 deletions

View File

@@ -88,7 +88,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: UserInfoSetHandler(serverCtx),
},
{
Method: http.MethodGet,
Method: http.MethodPost,
Path: "/api/user/logo-set",
Handler: UserLogoSetHandler(serverCtx),
},