Update SystemConfigController.cs

This commit is contained in:
西街长安 2024-12-08 13:04:12 +00:00
parent f728bf4491
commit a2793f2fd6

View File

@ -1,4 +1,4 @@
using Apimanager_backend.Dtos;
using Apimanager_backend.Dtos;
using Apimanager_backend.Exceptions;
using Apimanager_backend.Models;
using Apimanager_backend.Services;
@ -40,7 +40,7 @@ namespace Apimanager_backend.Controllers
}
[HttpGet]
[Authorize(Roles = "User")]
//[Authorize(Roles = "User")]
public async Task<ActionResult<ResponseBase<SystemConfig?>>> GetSystemConfig(string configName)
{
try