Skip to content

Commit

Permalink
Add /v2/platform/* dispatch rules (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Jun 30, 2020
1 parent 59ebf5f commit dd03a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ dispatch:
# Route /v2/ requests to the locate service.
- service: locate
url: "*/v2beta1/*"
- service: locate-platform
url: "*/v2/platform/*"
- service: locate
url: "*/v2/*"
# All other requests are routed to their default target.

0 comments on commit dd03a84

Please sign in to comment.