From 03783d1fdc834f93042c721b30a7ee0d03823d0a Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 15 Jan 2022 18:38:57 +0100 Subject: [PATCH] :green_heart: fix bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcd72e..a4749b2 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://fathomless-headland-54967.herokuapp.com/ ```