Skip to content

Commit a690c77

Browse files
committed
fix predict spec
1 parent 1e72f35 commit a690c77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

specs/predict/spec.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ components:
1010
apiKey:
1111
$ref: '../common/securitySchemes.yml#/apiKey'
1212
servers:
13-
- url: https://predict-api-432xa6wemq-ew.a.run.app
13+
- url: https://predict-api-432xa6wemq-{region}.a.run.app
14+
variables:
15+
region:
16+
enum:
17+
- ew
18+
default: ew
1419
security:
1520
- appId: []
1621
apiKey: []

0 commit comments

Comments
 (0)