Browse Source

remove appAuthorize for using in signUp

zinab_elgendy 1 week ago
parent
commit
2bb9c48fe3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MTWorkHR.API/Controllers/LookupController.cs

+ 1 - 1
MTWorkHR.API/Controllers/LookupController.cs

@@ -12,7 +12,7 @@ namespace MTWorkHR.API.Controllers
 {
     [Route("api/[controller]")]
     [ApiController]
-    [AppAuthorize]
+   
     public class LookupController : ControllerBase
     {
         private readonly ILookupService _LookupService;