diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-21 00:10:18 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-21 00:15:49 +0100 |
commit | 4e20d0e95b2fe6ef71a33f41f9cd8cebd06cf982 (patch) | |
tree | fd681d3ff3ba3796d443b408e8f25b6c7ec4f509 /server/core/test-requests/test-hello.http | |
parent | bf90a9b8eb85f28fbd2285aaa26316faf9753eb2 (diff) | |
download | LocalTransactionLedger-4e20d0e95b2fe6ef71a33f41f9cd8cebd06cf982.tar.gz LocalTransactionLedger-4e20d0e95b2fe6ef71a33f41f9cd8cebd06cf982.tar.bz2 LocalTransactionLedger-4e20d0e95b2fe6ef71a33f41f9cd8cebd06cf982.zip |
feat(server): Add example request route
Diffstat (limited to 'server/core/test-requests/test-hello.http')
-rw-r--r-- | server/core/test-requests/test-hello.http | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/core/test-requests/test-hello.http b/server/core/test-requests/test-hello.http deleted file mode 100644 index 3ddf352..0000000 --- a/server/core/test-requests/test-hello.http +++ /dev/null @@ -1,5 +0,0 @@ -### GET request to example server -GET localhost:8080/ - -### GET profiles -GET localhost:8080/api/profiles
\ No newline at end of file |