From f2de114b771851f198cab89cc1df81e3f2c11a15 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Sat, 16 Jan 2021 17:36:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20back=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.js b/src/common/config.js index bc3dc53..810778b 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" + ? "https://devops-project-back.herokuapp.com/" : "http://localhost:2020/api"; export default API_URL;