From 9c94dad41ae42cf0cd9a0105aead1120e720b4db Mon Sep 17 00:00:00 2001 From: Cipher Vance Date: Sun, 25 Jan 2026 09:48:18 -0600 Subject: [PATCH] fix api_url to be localhost --- scripts/build-frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-frontend.sh b/scripts/build-frontend.sh index 3552f3b..0929aa5 100755 --- a/scripts/build-frontend.sh +++ b/scripts/build-frontend.sh @@ -13,7 +13,7 @@ IMAGE_TAG="latest" NO_CACHE=false RUN_CONTAINER=false CONTAINER_NAME="rideaware-frontend" -API_URL="https://dev-api.rideaware.org" +API_URL="http://127.0.0.1:5010" # Help function show_help() {