Skip to content

Commit 1d84a26

Browse files
committed
fix(specs): correct server URLs for Recommend
I think the Recommend API uses the same servers as the Search API.
1 parent 3340a9b commit 1d84a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/recommend/spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ components:
7070
apiKey:
7171
$ref: '../common/securitySchemes.yml#/apiKey'
7272
servers:
73-
- url: https://{appId}.algolianet.com
73+
- url: https://{appId}.algolia.net
7474
variables:
7575
appId:
7676
default: ALGOLIA_APPLICATION_ID
@@ -86,7 +86,7 @@ servers:
8686
variables:
8787
appId:
8888
default: ALGOLIA_APPLICATION_ID
89-
- url: https://{appId}-dsn.algolianet.com
89+
- url: https://{appId}-dsn.algolia.net
9090
variables:
9191
appId:
9292
default: ALGOLIA_APPLICATION_ID

0 commit comments

Comments
 (0)