Skip to content
Snippets Groups Projects

Forum post postmessage

Merged Enzo Santangelo Dodera requested to merge forum-post-postmessage into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading