Browse Source

config.yml

main
hallouma875 5 years ago
parent
commit
69a09eda47
  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://projectdevopsfinal.herokuapp.com/api"
: "http://localhost:2020/api";
: "https://projectdevopsfinal.herokuapp.com/";
export default API_URL;
Loading…
Cancel
Save