From 02052b18d46239e742a53ca901a12c47c7b7b47b Mon Sep 17 00:00:00 2001 From: Adrien-Ba Date: Sat, 15 Jan 2022 13:11:00 +0100 Subject: [PATCH] Update Backend URL :wrench: --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index c657426..aa62eaa 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://protected-mesa-89495.herokuapp.com/';