diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-16 23:25:34 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-16 23:25:34 +0100 |
commit | 38409988c0ed3e171e77ee691154775b36ed1e00 (patch) | |
tree | 64c15e6af17c27fc1b995b2790e7afc654eefb45 /server/core/test-requests/test-hello.http | |
parent | 5daefca0b50e563152462f0ee1a963b8c98c33f0 (diff) | |
download | LocalTransactionLedger-38409988c0ed3e171e77ee691154775b36ed1e00.tar.gz LocalTransactionLedger-38409988c0ed3e171e77ee691154775b36ed1e00.tar.bz2 LocalTransactionLedger-38409988c0ed3e171e77ee691154775b36ed1e00.zip |
feat: Add basic server implementation
Diffstat (limited to 'server/core/test-requests/test-hello.http')
-rw-r--r-- | server/core/test-requests/test-hello.http | 5 |
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 |