diff --git a/src/common/config.js b/src/common/config.js index bc3dc53..ddfcd6a 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://tobedefined.io/api" - : "http://localhost:2020/api"; + : "https://morning-mesa-76496.herokuapp.com"; export default API_URL;