From 48e119a101cc11ab81c03081a0b80349048bb6f3 Mon Sep 17 00:00:00 2001 From: Shubham Palriwala Date: Wed, 22 Oct 2025 12:41:53 +0530 Subject: [PATCH] Update API_BASE_URL to production endpoint --- src/config/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/constants.ts b/src/config/constants.ts index 91c1187..eac4791 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -1,4 +1,4 @@ -export const API_BASE_URL = 'https://api.staging.trycomp.ai/v1'; +export const API_BASE_URL = 'https://api.trycomp.ai/v1'; export const SERVER_INFO = { name: 'trycomp-mcp-server', @@ -69,4 +69,4 @@ export const ENDPOINTS = { // Trust Portal TRUST_PORTAL_DOMAIN_STATUS: '/trust-portal/domain/status', -} as const; \ No newline at end of file +} as const;