* Turned off Login as it is not working
This commit is contained in:
@@ -4,6 +4,8 @@ using OrdersManagementDataModel.Services;
|
||||
|
||||
namespace FaKrosnoApi.Controllers;
|
||||
|
||||
[ApiController]
|
||||
[Route("api/[controller]")]
|
||||
public class UserRolesController(IUserRoleService service) : Controller
|
||||
{
|
||||
[HttpGet]
|
||||
|
||||
Reference in New Issue
Block a user