From 326e981465cccae3b8b3a209f2ba6c315106b502 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Wed, 11 Nov 2020 22:14:27 +0530 Subject: [PATCH] let's add api prefix as backend expects the same --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 0fa6ef544..5bf97a517 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -REACT_APP_API_PREFIX="" +REACT_APP_API_PREFIX="api" REACT_APP_GLIFIC_API_PORT=4000 REACT_APP_APPSIGNAL_API_KEY="" REACT_APP_APPLICATION_NAME="Glific: Two way communication platform"