修改token获取
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2024-11-27 13:41:35 +08:00
parent b9f866807e
commit b1831bfba0
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ namespace IRaCIS.Api.Controllers
}
[HttpGet("user/GetObjectStoreToken")]
[AllowAnonymous]
public async Task<IResponseOutput> GetObjectStoreTokenAsync([FromServices] IOptionsMonitor<ObjectStoreServiceOptions> options, [FromServices] IOSSService _oSSService)
{