Implement

This commit is contained in:
Phan Huy Tran 2024-10-23 11:58:29 +02:00 committed by Phan Huy Tran
commit b5f93708c1
20 changed files with 180 additions and 27 deletions

View file

@ -6,7 +6,7 @@ Content-Type: application/json
{
"name": "name",
"leading_employee": 1,
"employees": [2, 3],
"employees": [315, 312],
"contractor": 4,
"contractor_name": "Peter File",
"comment": "goal of project",

View file

@ -0,0 +1,2 @@
GET http://localhost:8080/projects/2/employees
Authorization: Bearer {{auth_token}}