mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
fix: 修复授权接口
This commit is contained in:
@@ -24,6 +24,7 @@ public class MiningPoolService : ApplicationService
|
||||
/// 内测-白嫖-获取自动挖矿卡
|
||||
/// </summary>
|
||||
[HttpPost("mining-pool/on-hook")]
|
||||
[Authorize]
|
||||
public async Task GetOnHookAsync()
|
||||
{
|
||||
await _manager.GetOnHookAsync(CurrentUser.GetId());
|
||||
|
||||
Reference in New Issue
Block a user