zephyr-frontend/src/CONSTANT.ts
Dustella 70298d740b
Some checks are pending
Test / build (lts/*, ubuntu-latest) (push) Waiting to run
Test / build (lts/*, windows-latest) (push) Waiting to run
sync
2025-03-05 11:39:17 +08:00

4 lines
157 B
TypeScript

// export const API_BASE_URL = 'http://localhost:5000'
export const API_BASE_URL = `/api`
// export const API_BASE_URL = 'https://gca-api.dustella.net:8443'