Skip to content

Commit

Permalink
modify delete request endpoint ip
Browse files Browse the repository at this point in the history
  • Loading branch information
claycat committed Apr 22, 2024
1 parent 7aca1f6 commit d44e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stress-test/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Endpoint and resource
url="172.17.48.1:4000/api/stress-test"
url="localhost:4000/api/stress-test"

# Send DELETE request
response=$(curl -s -X DELETE "$url" -w "%{http_code}")
Expand Down

0 comments on commit d44e12f

Please sign in to comment.