From 0b1fbe0da35025f720ead56fcca3840d66b79a58 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 17 Jan 2021 21:42:55 +0100 Subject: [PATCH] :wrench: modif nom back --- 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 80273e7..23a1136 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://calm-crag-04725.herokuapp.com/api" + ? "https://tp-devops-back.herokuapp.com/api" : "http://localhost:2020/api"; export default API_URL;