fix api_url to be localhost

This commit is contained in:
Cipher Vance
2026-01-25 09:48:18 -06:00
parent 7d38e2bce2
commit 9c94dad41a

View File

@@ -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() {