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

commit

parent dcb40117
No related branches found
No related tags found
3 merge requests!20merge from develop,!16Feature/chat signalr,!11Feature/courses
......@@ -171,7 +171,7 @@ namespace Tsi1.Api.Controllers
}
[Authorize(Roles = UserTypes.Student + ", " + UserTypes.Professor)]
[Authorize(Roles = UserTypes.Student + ", " + UserTypes.Professor + ", " + UserTypes.FacultyAdmin)]
[HttpGet("GetAll")]
public async Task<IActionResult> GetAll()
{
......
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