Skip to content
Snippets Groups Projects
Commit 03374542 authored by esantangelo's avatar esantangelo
Browse files

s

parent 1d8baf26
No related branches found
No related tags found
2 merge requests!26Develop,!23Feature/survey
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment