fix api url

This commit is contained in:
Ramnique Singh 2026-03-19 21:50:37 +05:30
parent 1c63ee571c
commit 7966501a79

View file

@ -1,5 +1,5 @@
export const API_URL =
process.env.API_URL || 'https://api.x.rowboatlabs.com/v1';
process.env.API_URL || 'https://api.x.rowboatlabs.com';
export const SUPABASE_PROJECT_URL =
process.env.SUPABASE_PROJECT_URL || 'https://jpxoiuhlshgwixajvsbu.supabase.co';