diff --git a/src/common/config.js b/src/common/config.js index c336ab2..9672f29 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -1,5 +1,5 @@ export const API_URL = process.env.NODE_ENV === "production" - ? "https://projectdevopsfinal.herokuapp.com/api" + ? "https://devops-final-back-2020-2021.herokuapp.com/api" : "http://localhost:2020/api"; export default API_URL;