From 69a09eda471a2875fa3767ad8d3daa2596274443 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Mon, 18 Jan 2021 19:16:38 +0100 Subject: [PATCH] config.yml --- 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 c336ab2..ecd77c1 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" - : "http://localhost:2020/api"; + : "https://projectdevopsfinal.herokuapp.com/"; export default API_URL;