From 38409988c0ed3e171e77ee691154775b36ed1e00 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 16 Jan 2025 23:25:34 +0100 Subject: feat: Add basic server implementation --- server/core/test-requests/test-hello.http | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 server/core/test-requests/test-hello.http (limited to 'server/core/test-requests') 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 -- cgit