From fca0ab89ed5335b7457eb5a3db271977dca30d22 Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 2 Oct 2024 08:24:04 +0200 Subject: [PATCH] REfactor --- requests/getAllProjects.http | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requests/getAllProjects.http 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