Skip to content

Commit

Permalink
chore: generated code for commit c80d064. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Apr 27, 2022
1 parent c80d064 commit 74252ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static List<StatefulHost> getDefaultHosts() {
List<StatefulHost> hosts = new ArrayList<StatefulHost>();
hosts.add(
new StatefulHost(
"predict-api-oslcbws3zq-ew.a.run.app",
"predict-api-432xa6wemq-ew.a.run.app",
"https",
EnumSet.of(CallType.READ, CallType.WRITE)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const apiClientVersion = '0.0.5';
function getDefaultHosts(): Host[] {
return [
{
url: 'predict-api-oslcbws3zq-ew.a.run.app',
url: 'predict-api-432xa6wemq-ew.a.run.app',
accept: 'readWrite',
protocol: 'https',
},
Expand Down
2 changes: 1 addition & 1 deletion specs/bundled/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ components:
schema:
$ref: '#/components/schemas/ErrorBase'
servers:
- url: https://predict-api-oslcbws3zq-ew.a.run.app
- url: https://predict-api-432xa6wemq-ew.a.run.app
security:
- appId: []
apiKey: []
Expand Down

0 comments on commit 74252ea

Please sign in to comment.