From 7e0b13efb7707b6ac2281b5882814dbe6bbfc55f Mon Sep 17 00:00:00 2001 From: Jan Philip Wahle Date: Tue, 12 Jul 2022 10:38:39 +0200 Subject: [PATCH] fix(Deploy): Change production env to relative path in host --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index ff3b30f..aea8493 100644 --- a/.env.production +++ b/.env.production @@ -1 +1 @@ -REACT_APP_BACKEND = "http://localhost:3000/api/v0/" \ No newline at end of file +REACT_APP_BACKEND = "/api/v0/" \ No newline at end of file