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

se agrego el id a la respuesta de CreatePost

parent efb337d0
No related branches found
No related tags found
1 merge request!31Develop
Pipeline #10396 passed
......@@ -71,7 +71,7 @@ namespace Tsi1.Api.Controllers
}
}
return Ok();
return Ok(result.Data.Id);
}
[Authorize(Roles = UserTypes.Student + ", " + UserTypes.Professor)]
......
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