From 8fa37547f788969ae0201aafc98afc045404e465 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Jan 2021 09:43:24 +0100 Subject: [PATCH] :wrench: --- 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 1e37816..9ea2280 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://secret-ocean-88862.herokuapp.com/api" + ? "https://tp-final-devops-back.herokuapp.com/api" : "http://localhost:2020/api"; export default API_URL;