取消获取配置接口鉴权

This commit is contained in:
南浔 2024-12-09 09:58:36 +08:00
commit 5065daaed1

View File

@ -40,7 +40,6 @@ namespace Apimanager_backend.Controllers
}
[HttpGet]
[Authorize(Roles = "User")]
public async Task<ActionResult<ResponseBase<SystemConfig?>>> GetSystemConfig(string configName)
{
try