diff --git a/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs b/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs
index e8e918b0260c1be11b0502aed9f77d934ae056c0..48ae7c43759b9c5743eb0cddd78675961e71c601 100644
--- a/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs
+++ b/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs
@@ -63,7 +63,7 @@ namespace Tsi1.Api.Controllers
         }
 
         [Authorize(Roles = UserTypes.FacultyAdmin + ", " + UserTypes.UdelarAdmin)]
-        [HttpGet("GetAllGlobalSurvey")]
+        [HttpGet("GetAllGlobalSurveys")]
         public async Task<IActionResult> GetAllGlobalSurveys(int tenantId)
         {
             var userType = HttpContext.User.Claims.FirstOrDefault(x => x.Type == ClaimTypes.Role).Value;