Skip to content

Commit d4231bc

Browse files
committed
add employees reportsTo data
1 parent 573ec64 commit d4231bc

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

NorthwindCRUD/Controllers/EmployeesController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public ActionResult<EmployeeDto> GetById(int id)
6060
}
6161
}
6262

63-
// TODO Add additional data in order to support this endpoint
6463
[HttpGet("{id}/Superior")]
6564
[Authorize]
6665
public ActionResult<EmployeeDto> GetSuperiorById(int id)

0 commit comments

Comments
 (0)