Changed Base URL

This commit is contained in:
2025-02-10 09:15:45 +01:00
parent 52f3eb15a7
commit 6dc61da519

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://localhost:3333"*/ "https://functions.fedeo.io"
export const useFunctions = () => {
const supabase = useSupabaseClient()