From dbc7258deca5f132caeea8188eec69e9441abc6e Mon Sep 17 00:00:00 2001 From: HenriBoulnois Date: Sat, 15 Jan 2022 13:20:44 +0100 Subject: [PATCH] :bug: app back url --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index c657426..8db3586 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,2 +1,2 @@ export const API_URL = - `${import.meta.env.VITE_BACKEND_URL_URL}` ?? 'http://localhost:3000/'; + `${import.meta.env.VITE_BACKEND_URL_URL}` ?? 'https://shielded-shelf-71885.herokuapp.com/';