dev #12

Merged
k1nq merged 30 commits from dev into master 2025-12-01 12:03:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c427c8390d - Show all commits

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 APP_NAME = 'Kitchen CRM'
const ORG_HEADER = 'X-Organization-Id'