From 540fe100cf5306704935e6bc65a9e6533f997370 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 23 Jan 2025 16:07:33 +0100 Subject: [PATCH] Cahnged Base Url for Functions --- composables/useFunctions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/useFunctions.js b/composables/useFunctions.js index 07f956b..91b6dc5 100644 --- a/composables/useFunctions.js +++ b/composables/useFunctions.js @@ -1,7 +1,7 @@ import axios from "axios"; import dayjs from "dayjs"; -const baseURL = "http://localhost:3333" /*"https://functions.fedeo.io"*/ +const baseURL = /*"http://localhost:3333" */"https://functions.fedeo.io" export const useFunctions = () => { const supabase = useSupabaseClient()