feat: Implement add employee to project route (SCRUM-2) (!32)
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: #32 Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com> Co-authored-by: Phan Huy Tran <ptran@noreply.localhost> Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
This commit is contained in:
parent
1e38efaa63
commit
1008278fde
24 changed files with 246 additions and 34 deletions
3
requests/project/getAllProjects.http
Normal file
3
requests/project/getAllProjects.http
Normal file
|
@ -0,0 +1,3 @@
|
|||
### GET request to example server
|
||||
GET http://localhost:8080/projects
|
||||
Authorization: Bearer {{auth_token}}
|
Reference in a new issue