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/';