This commit is contained in:
eson
2023-07-14 19:26:00 +08:00
parent b9f8876fde
commit e837c745b1
5 changed files with 96 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: UserSaveBasicInfoHandler(serverCtx),
},
{
Method: http.MethodPost,
Method: http.MethodGet,
Path: "/api/user/status-config",
Handler: UserStatusConfigHandler(serverCtx),
},