feat: Implement feature to get all projects from an employee (SCRUM-31) (!37)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: #37 Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
This commit is contained in:
parent
202805e3dd
commit
97e211946f
5 changed files with 157 additions and 1 deletions
3
requests/employee/getProjects.http
Normal file
3
requests/employee/getProjects.http
Normal file
|
@ -0,0 +1,3 @@
|
|||
GET http://localhost:8080/employees/315/projects
|
||||
Authorization: Bearer {{auth_token}}
|
||||
Content-Type: application/json
|
Reference in a new issue