Skip to content

Commit

Permalink
change iq endpoint to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-couchbase committed Jan 30, 2024
1 parent c28cd4c commit 900e837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/iq/iqRestApiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { feedbackLambdaMessageType, iqChatResult } from "./chat/types";


export class iqRestApiService {
private static readonly CAPELLA_URL_DOMAIN = "https://api.dev.nonprod-project-avengers.com"; // TODO: change here before prod release
// Capella Prod domain
private static readonly CAPELLA_URL_DOMAIN = "https://api.cloud.couchbase.com";
private static readonly SESSIONS_API_URL = `${this.CAPELLA_URL_DOMAIN}/sessions`;
private static readonly FETCH_ORGANIZATIONS_URL = `${this.CAPELLA_URL_DOMAIN}/v2/organizations`;

Expand Down

0 comments on commit 900e837

Please sign in to comment.