5 lines
267 B
Bash
5 lines
267 B
Bash
# REACT_APP_API_BASE_URL=https://trantran.zenstores.com.vn/api/
|
|
REACT_APP_API_BASE_URL=http://localhost:4000/api/v1
|
|
# CORS Proxy for development (uncomment if needed)
|
|
# REACT_APP_API_BASE_URL=https://cors-anywhere.herokuapp.com/https://trantran.zenstores.com.vn/api/
|