From a985891f981618a15ee828334083916005683675 Mon Sep 17 00:00:00 2001 From: Logan-Chenavier Date: Mon, 18 Jan 2021 08:50:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=20api=20url?= 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..f95d9c4 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-final-2020-2021-back.herokuapp.com/api" : "http://localhost:2020/api"; export default API_URL;