This commit is contained in:
laodaming 2023-06-08 17:02:58 +08:00
parent 58a4cc6fa0
commit c5dfda6f54

View File

@ -28,6 +28,6 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Handler: UploadQrcodeHandler(serverCtx),
},
},
//rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
rest.WithJwt(serverCtx.Config.Auth.AccessSecret),
)
}