fix: update API_URL to use production endpoint
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user