From f4a7c8a1d604671eed887c8812bae2fe06ded291 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 23:26:26 +0100 Subject: [PATCH] :wrench: src/common/config.js 2 --- 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 c281a70..efe5a81 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://salty-anchorage-48756.herokuapp.com/api" + ? "https://damp-gorge-24987.herokuapp.com/api" : "http://localhost:2020/api"; export default API_URL;