* Turned off Login as it is not working
This commit is contained in:
@@ -7,7 +7,6 @@ namespace FaKrosnoApi.Controllers
|
||||
{
|
||||
[ApiController]
|
||||
[Route("api/[controller]")]
|
||||
[Authorize]
|
||||
public class ErrorLogController(IErrorLogService service) : Controller
|
||||
{
|
||||
[HttpGet]
|
||||
|
||||
Reference in New Issue
Block a user