|
@@ -299,7 +299,7 @@ namespace TEAMModelOS.Controllers.Common
|
|
|
|
|
|
[ProducesDefaultResponseType]
|
|
[ProducesDefaultResponseType]
|
|
[Authorize(Roles = "IES")]
|
|
[Authorize(Roles = "IES")]
|
|
- [AuthToken(Roles = "teacher,admin")]
|
|
|
|
|
|
+ [AuthToken(Roles = "teacher,admin,student")]
|
|
[HttpPost("find-summary")]
|
|
[HttpPost("find-summary")]
|
|
public async Task<IActionResult> FindSummary(JsonElement request)
|
|
public async Task<IActionResult> FindSummary(JsonElement request)
|
|
{
|
|
{
|