This commit is contained in:
2025-06-26 11:37:39 +02:00
parent 2b1e2a12eb
commit 0209c49503

View File

@@ -1,7 +1,7 @@
import axios from "axios";
import dayjs from "dayjs";
const baseURL = /*"http://localhost:3333"*/ "https://functions.fedeo.io"
const baseURL = /*"http://192.168.1.129:3333"*/ /*"http://localhost:3333"*/ "https://functions.fedeo.io"
export const useFunctions = () => {
const supabase = useSupabaseClient()