zephyr-frontend/src/CONSTANT.ts
Dustella 2a5734d896
Some checks failed
Test / build (lts/*, ubuntu-latest) (push) Has been cancelled
Test / build (lts/*, windows-latest) (push) Has been cancelled
feat: new
2025-01-25 15:43:21 +08:00

4 lines
236 B
TypeScript

// export const API_BASE_URL = 'http://localhost:5000'
export const API_BASE_URL = import.meta.env.PROD ? 'https://gca-api.dustella.net:8443' : 'http://localhost:18200'
// export const API_BASE_URL = 'https://gca-api.dustella.net:8443'