fix: update API_URL to use production endpoint
This commit is contained in:
parent
ffb4b1b2fe
commit
c427c8390d
|
|
@ -1,4 +1,4 @@
|
||||||
const API_URL = import.meta.env.VITE_API_URL?.replace(/\/$/, '') || 'http://localhost:8000'
|
const API_URL = import.meta.env.VITE_API_URL?.replace(/\/$/, '') || 'https://kitchen-crm.k1nq.tech'
|
||||||
const API_PREFIX = '/api/v1'
|
const API_PREFIX = '/api/v1'
|
||||||
const APP_NAME = 'Kitchen CRM'
|
const APP_NAME = 'Kitchen CRM'
|
||||||
const ORG_HEADER = 'X-Organization-Id'
|
const ORG_HEADER = 'X-Organization-Id'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue