From c2bfda7b02aa3e49e4d59293661dfe0d01a81df9 Mon Sep 17 00:00:00 2001 From: Irenej Bozovicar Date: Mon, 8 Jan 2024 14:52:10 +0100 Subject: [PATCH] Change default functions URL --- frontend/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config.js b/frontend/src/config.js index 9baf3aa..ba8eb70 100644 --- a/frontend/src/config.js +++ b/frontend/src/config.js @@ -1,6 +1,6 @@ // frontend/src/config.js const config = { - apiUrl: import.meta.env.VITE_API_URL || 'http://localhost:3001', + apiUrl: import.meta.env.VITE_API_URL || 'https://us-central1-wordclips-24acd.cloudfunctions.net/api', }; export default config;