Files
mern-template/client/src/constants/index.ts
2024-12-14 16:14:14 +02:00

5 lines
149 B
TypeScript

// api url (where your server is hosted at)
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL || 'http://localhost:8080'
export { BACKEND_URL }