fix: 修复健康检查 api 接口允许匿名
This commit is contained in:
parent
bc1b9b0ffe
commit
d2e22eb856
|
@ -10,7 +10,7 @@ namespace Bootstrap.Admin.Controllers.Api
|
|||
/// 健康检查控制器
|
||||
/// </summary>
|
||||
[Route("api/[controller]")]
|
||||
[Authorize]
|
||||
[AllowAnonymous]
|
||||
[ApiController]
|
||||
public class HealthsController : ControllerBase
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue