We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc80c5 commit 70f68b6Copy full SHA for 70f68b6
app/config/env.ts
@@ -52,8 +52,7 @@ export const CLOUD_SESSION_TOKEN_PUBLIC_KEY =
52
'zeWndr5LEoaySgKSo2aZniYqWtx2vKfVz4dd5GQwAuby3fPKcNyLp6mFpf9nCRFYbUcPiN2YT1ZApJ6f3WipiVjuMvyP1JYgHwkaoxDBpJiLoz1grRYkbao9ntukNNo2TQ4uSznUmNPrr4ZxjihoavHwB1zLhLNp5Qj78fBkjgEMA';
53
54
// 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';
+export const API_BASE_URL = import.meta.env.VITE_API_BASE_URL || 'https://vibes-diy-api.com';
57
58
// CallAI Endpoint
59
export const CALLAI_ENDPOINT = import.meta.env.VITE_CALLAI_ENDPOINT || API_BASE_URL;
0 commit comments