From 998ae4295b3534043e15d07b3d7f37431c91204d Mon Sep 17 00:00:00 2001 From: Steve White Date: Mon, 21 Oct 2024 11:28:30 -0500 Subject: [PATCH] changed api endpoints to include /api/v1 for proxy magic --- scripts/getitems.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"