From 89bff6008582cae434513de1ca220940f6d67f5b Mon Sep 17 00:00:00 2001 From: Lucca Santangelo <luccasant95@gmail.com> Date: Tue, 1 Dec 2020 16:24:42 -0300 Subject: [PATCH] global surveys --- 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 c08beda..0246e6a 100644 --- a/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs +++ b/Tsi1.Api/Tsi1.Api/Controllers/SurveyController.cs @@ -62,7 +62,7 @@ namespace Tsi1.Api.Controllers return Ok(); } - [Authorize(Roles = UserTypes.FacultyAdmin + ", " + UserTypes.UdelarAdmin)] + [Authorize(Roles = UserTypes.FacultyAdmin + ", " + UserTypes.UdelarAdmin + ", " + UserTypes.Student)] [HttpGet("GetAllGlobalSurveys")] public async Task<IActionResult> GetAllGlobalSurveys() { -- GitLab