From f1705a55869e59772ae236f1ff886e69be94c884 Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Sat, 16 Jan 2021 17:47:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20change=20api=20request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/config.js | 1 + 1 file changed, 1 insertion(+) 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;