Browse Source

🔧 modif nom back

main
Tristan 5 years ago
parent
commit
0b1fbe0da3
  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://calm-crag-04725.herokuapp.com/api"
? "https://tp-devops-back.herokuapp.com/api"
: "http://localhost:2020/api";
export default API_URL;
Loading…
Cancel
Save