From e1bb48d7b1b87ab4e30bf028e5e24f682ebd747c Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 2 Oct 2024 08:51:07 +0200 Subject: [PATCH] Fix http request --- requests/getProject.http | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/requests/getProject.http b/requests/getProject.http index 7b08e28..5758af5 100644 --- a/requests/getProject.http +++ b/requests/getProject.http @@ -1,15 +1,3 @@ ### GET request to example server -POST http://localhost:8080/projects +GET http://localhost:8080/projects/2 Authorization: Bearer {{auth_token}} -Content-Type: application/json - -{ - "name": "name", - "leading_employee": 1, - "employees": [2, 3], - "contractor": 4, - "contractor_name": "Peter File", - "comment": "goal of project", - "start_date": "01.01.2000", - "planned_end_date": "01.01.2001" -} \ No newline at end of file