diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-16 12:00:36 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-16 12:00:36 +0100 |
commit | b711f63c4087b3a9f5617af5b55afe93f414ddf5 (patch) | |
tree | a4eddad86c3024481b5bf64f6663d3143c0ab3d5 /api/tests.sh | |
parent | 64f53e70901069aab8344e24ebf0abe603f40ec3 (diff) |
working websocket connection
Diffstat (limited to 'api/tests.sh')
-rwxr-xr-x | api/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests.sh b/api/tests.sh index 3882699..1b2b216 100755 --- a/api/tests.sh +++ b/api/tests.sh @@ -41,7 +41,7 @@ user_info () { -d '{ "username": "loekaars" }' \ - localhost:5000/api/user/info + localhost:5000/user/info } # login_token () { |