Skip to content

Commit

Permalink
Add region
Browse files Browse the repository at this point in the history
  • Loading branch information
anghelalexandra authored and shortcuts committed May 6, 2022
1 parent 1e72f35 commit 3277fd1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion specs/predict/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ components:
apiKey:
$ref: '../common/securitySchemes.yml#/apiKey'
servers:
- url: https://predict-api-432xa6wemq-ew.a.run.app
- url: https://predict-api-432xa6wemq-{region}.a.run.app
variables:
region:
enum:
- ue
- ew
default: ew
security:
- appId: []
apiKey: []
Expand Down

0 comments on commit 3277fd1

Please sign in to comment.