mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
pull signin
This commit is contained in:
parent
1f76be84e8
commit
33a07ba1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ namespace TicketManager.Controllers
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("{id}/projects")]
|
[HttpGet("{id}/projects")]
|
||||||
public async Task<ActionResult<IEnumerable<ProjectDTORequest>>> GetAppUserProjects(string id)
|
public async Task<ActionResult<IEnumerable<ProjectDTORead>>> GetAppUserProjects(string id)
|
||||||
{
|
{
|
||||||
var user = await _context.AppUsers
|
var user = await _context.AppUsers
|
||||||
.Include(u => u.Assignments)
|
.Include(u => u.Assignments)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue