diff --git a/scripts/getitems.bash b/scripts/getitems.bash index 5692f4c..6b36525 100644 --- a/scripts/getitems.bash +++ b/scripts/getitems.bash @@ -1,7 +1,7 @@ #!/bin/bash # API base URL -API_BASE_URL="http://localhost:8080" +API_BASE_URL="http://localhost:8080/api/v1" # Login credentials USERNAME="boxuser"