aboutsummaryrefslogtreecommitdiff
path: root/server/core/test-requests/test-hello.http
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/test-requests/test-hello.http')
-rw-r--r--server/core/test-requests/test-hello.http5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/core/test-requests/test-hello.http b/server/core/test-requests/test-hello.http
new file mode 100644
index 0000000..3ddf352
--- /dev/null
+++ b/server/core/test-requests/test-hello.http
@@ -0,0 +1,5 @@
+### GET request to example server
+GET localhost:8080/
+
+### GET profiles
+GET localhost:8080/api/profiles \ No newline at end of file