Skip to content

Commit cc47619

Browse files
committed
minor: Update API Gateway endpoint in frontend
1 parent 08006d1 commit cc47619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/scripts/populate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -z "$API_ID" ]; then
1414
exit 1
1515
fi
1616

17-
API_ENDPOINT="$AWS_ENDPOINT_URL/_aws/execute-api/$API_ID/test"
17+
API_ENDPOINT="$AWS_ENDPOINT_URL/_aws/execute-api/$API_ID/prod"
1818

1919
echo "REACT_APP_API_ENDPOINT=$API_ENDPOINT" > .env.local
2020

0 commit comments

Comments
 (0)