tuyenpy / react-socket-chat-app

0 stars 0 forks source link

Không nên hard code phần API URL #5

Open khoinguyen-corize opened 4 years ago

khoinguyen-corize commented 4 years ago

Ở file url.config.js

Chuyển https://chatapp-room.herokuapp.com/api và file .env để dùng Vd: REACT_APP_API_URL=https://chatapp-room.herokuapp.com/api

Sau khi chuyển xong thì dùng const url = process.env.REACT_APP_API_URL;

tuyenpy commented 4 years ago

em đã fix ạ