diff --git a/requests/getAllProjects.http b/requests/getAllProjects.http new file mode 100644 index 0000000..21a4ceb --- /dev/null +++ b/requests/getAllProjects.http @@ -0,0 +1,3 @@ +### GET request to example server +GET http://localhost:8080/projects +Authorization: Bearer {{auth_token}} \ No newline at end of file