fix api_url to be localhost
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user