Skip to content

Commit 74252ea

Browse files
chore: generated code for commit c80d064. [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent c80d064 commit 74252ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/algoliasearch-client-java-2/algoliasearch-core/src/com/algolia/api/PredictClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private static List<StatefulHost> getDefaultHosts() {
5555
List<StatefulHost> hosts = new ArrayList<StatefulHost>();
5656
hosts.add(
5757
new StatefulHost(
58-
"predict-api-oslcbws3zq-ew.a.run.app",
58+
"predict-api-432xa6wemq-ew.a.run.app",
5959
"https",
6060
EnumSet.of(CallType.READ, CallType.WRITE)
6161
)

clients/algoliasearch-client-javascript/packages/client-predict/src/predictClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const apiClientVersion = '0.0.5';
2121
function getDefaultHosts(): Host[] {
2222
return [
2323
{
24-
url: 'predict-api-oslcbws3zq-ew.a.run.app',
24+
url: 'predict-api-432xa6wemq-ew.a.run.app',
2525
accept: 'readWrite',
2626
protocol: 'https',
2727
},

specs/bundled/predict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ components:
9292
schema:
9393
$ref: '#/components/schemas/ErrorBase'
9494
servers:
95-
- url: https://predict-api-oslcbws3zq-ew.a.run.app
95+
- url: https://predict-api-432xa6wemq-ew.a.run.app
9696
security:
9797
- appId: []
9898
apiKey: []

0 commit comments

Comments
 (0)