mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 17:36:25 +02:00
fix api url
This commit is contained in:
parent
1c63ee571c
commit
7966501a79
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue