diff options
Diffstat (limited to 'frontend/src/store/flowStore.ts')
| -rw-r--r-- | frontend/src/store/flowStore.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/store/flowStore.ts b/frontend/src/store/flowStore.ts index de23c95..3492ffe 100644 --- a/frontend/src/store/flowStore.ts +++ b/frontend/src/store/flowStore.ts @@ -252,7 +252,7 @@ const getStableColor = (str: string) => { import { useAuthStore } from './authStore'; -const API_BASE = import.meta.env.VITE_BACKEND_URL || 'http://localhost:8000'; +const API_BASE = import.meta.env.VITE_BACKEND_URL || ''; const DEFAULT_USER = 'test'; // Fallback for unauthenticated requests // Get current username directly from authStore |
