Skip to content

Commit 70f68b6

Browse files
necrodomejchris
authored andcommitted
fix: update API_BASE_URL to use new production domain
1 parent fdc80c5 commit 70f68b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/config/env.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export const CLOUD_SESSION_TOKEN_PUBLIC_KEY =
5252
'zeWndr5LEoaySgKSo2aZniYqWtx2vKfVz4dd5GQwAuby3fPKcNyLp6mFpf9nCRFYbUcPiN2YT1ZApJ6f3WipiVjuMvyP1JYgHwkaoxDBpJiLoz1grRYkbao9ntukNNo2TQ4uSznUmNPrr4ZxjihoavHwB1zLhLNp5Qj78fBkjgEMA';
5353

5454
// Vibes Service API
55-
export const API_BASE_URL =
56-
import.meta.env.VITE_API_BASE_URL || 'https://4c72680c-ai-builder-hosting.jchris.workers.dev';
55+
export const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || 'https://vibes-diy-api.com';
5756

5857
// CallAI Endpoint
5958
export const CALLAI_ENDPOINT = import.meta.env.VITE_CALLAI_ENDPOINT || API_BASE_URL;

0 commit comments

Comments
 (0)