From 03374542c3e28a53b5fb5db15fef8f3dbc80d22c Mon Sep 17 00:00:00 2001
From: esantangelo <enzo020895@gmail.com>
Date: Sat, 14 Nov 2020 17:18:34 -0300
Subject: [PATCH] s

---
 Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs b/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs
index e8e918b..48ae7c4 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;
-- 
GitLab