From b1e3adcf3db3ba25d7a83dba4285e0cabc4bb429 Mon Sep 17 00:00:00 2001 From: Adrien-Ba Date: Sat, 15 Jan 2022 13:21:56 +0100 Subject: [PATCH] Add URL back :wrench: --- README.md | 2 +- example.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dcd72e..8f1b454 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ yarn build ```sh # Replace this with the app url -VITE_BACKEND_URL_URL=http://localhost:3000/ +VITE_BACKEND_URL_URL=https://protected-mesa-89495.herokuapp.com/ ``` diff --git a/example.env b/example.env index d5c5191..0bc5bd8 100644 --- a/example.env +++ b/example.env @@ -1 +1 @@ -VITE_BACKEND_URL_URL=http://localhost:3000/ +VITE_BACKEND_URL_URL=https://protected-mesa-89495.herokuapp.com/