diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-06 16:18:13 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-06 16:19:08 +0100 |
commit | 115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 (patch) | |
tree | 5f982435fc68b004112b95418e8efba8fb6f200e /scripts/docker-test.sh | |
parent | c64b6febe5298219858bdc7ad27c3dfa1117a4de (diff) |
refactor: frontend routes into TS file, new event path
Diffstat (limited to 'scripts/docker-test.sh')
-rwxr-xr-x | scripts/docker-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker-test.sh b/scripts/docker-test.sh index 1cba254..f071740 100755 --- a/scripts/docker-test.sh +++ b/scripts/docker-test.sh @@ -15,6 +15,6 @@ trap cleanup 0 docker-compose up --build & while [[ "$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3000/)" -ne "200" ]]; do sleep 5; done -curl -v http://localhost:3000/new/event/public +curl -v http://localhost:3000/new cleanup
\ No newline at end of file |