GCP - Cloud Load Balancing
You want to route traffic to different backend services based on URL path prefixes:
/api/* to backend-api, /static/* to backend-static, and all other paths to backend-default. How should you configure the URL map?