Skip to content

Commit

Permalink
refactor: use RT and NQ Production Endpoints for SMC (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaGciaSchz authored May 16, 2024
1 parent ba4d966 commit b70365e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapter/docker.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ function resolveEmpathyEndpoint(endpoint: DockerEndpoints, context: Record<strin
search: `http://${endpointHost}/query/${endpointInstance}/search`,
popularSearches: `http://${endpointHost}/query/${endpointInstance}/empathize`,
recommendations: `http://${endpointHost}/query/${endpointInstance}/topclicked`,
nextQueries: `https://api.staging.empathy.co/nextqueries/${endpointInstance}`,
nextQueries: `https://api.empathy.co/nextqueries/${endpointInstance}`,
querySuggestions: `http://${endpointHost}/query/${endpointInstance}/empathize`,
relatedTags: `https://api.staging.empathy.co/relatedtags/${endpointInstance}`,
relatedTags: `https://api.empathy.co/relatedtags/${endpointInstance}`,
identifierResults: `http://${endpointHost}/query/${endpointInstance}/skusearch`,
semanticQueries: `http://${endpointHost}/semantics-api/search_single/${endpointInstance}`,
experienceControls: `http://${endpointHost}/config/v1/public/configs`
Expand Down

0 comments on commit b70365e

Please sign in to comment.