fix: INVITE USER
This commit is contained in:
@@ -20,7 +20,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
[]rest.Middleware{serverCtx.AdminSecretCheck},
|
||||
[]rest.Route{
|
||||
{
|
||||
// 每日钱包签到任务
|
||||
// 给指定邮箱增加待发放奖励
|
||||
Method: http.MethodPost,
|
||||
Path: "/email_reward",
|
||||
Handler: admin.AddEmailRewardHandler(serverCtx),
|
||||
|
||||
Reference in New Issue
Block a user