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

commit

parent e190fef5
No related branches found
No related tags found
1 merge request!2Forum post postmessage
......@@ -24,7 +24,7 @@ namespace Tsi1.Api.Controllers
[Authorize(Roles = UserTypes.Student + ", " + UserTypes.Professor)]
[HttpGet("GetPostMessages/{postId}")]
public async Task<IActionResult> GetGetPostMessagesPosts(int postId)
public async Task<IActionResult> GetPostMessagesPosts(int postId)
{
var result = await _postMessageService.GetPostMessages(postId);
......
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