diff --git a/src/common/config.js b/src/common/config.js index 1a08982..f0c1389 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -2,4 +2,5 @@ export const API_URL = process.env.NODE_ENV === "production" ? "https://devops-project-back.herokuapp.com/api" : "http://localhost:2020/api"; + export default API_URL;