取消获取配置接口鉴权

This commit is contained in:
南浔
2024-12-09 09:59:33 +08:00
@@ -40,7 +40,6 @@ namespace Apimanager_backend.Controllers
}
[HttpGet]
[Authorize(Roles = "User")]
public async Task<ActionResult<ResponseBase<SystemConfig?>>> GetSystemConfig(string configName)
{
try