Update SystemConfigController.cs
This commit is contained in:
parent
f728bf4491
commit
a2793f2fd6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user