Cahnged Base Url for Functions

This commit is contained in:
2025-01-23 16:07:33 +01:00
parent 80a465fad8
commit 540fe100cf

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()