fix: update API_URL to use production endpoint
Build and deploy / build (push) Successful in 37s
Build and deploy / deploy (push) Successful in 24s

This commit is contained in:
Artem Kashaev
2025-12-01 15:44:48 +05:00
parent ffb4b1b2fe
commit c427c8390d
+1 -1
View File
@@ -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'