Browse Source

🔧 Add backend URL in config file.

main
Pierre Fontaine 5 years ago
parent
commit
8194d5377c
  1. 2
      src/common/config.js

2
src/common/config.js

@ -1,5 +1,5 @@
export const API_URL =
process.env.NODE_ENV === "production"
? "https://tobedefined.io/api"
? "https://intense-dawn-99443.herokuapp.com/api"
: "http://localhost:2020/api";
export default API_URL;
Loading…
Cancel
Save