corrigido endpoints
This commit is contained in:
@@ -13,11 +13,6 @@ export const supabase = createClient(supabaseUrl, supabaseServiceKey, {
|
||||
auth: {
|
||||
autoRefreshToken: false,
|
||||
persistSession: false
|
||||
},
|
||||
global: {
|
||||
headers: {
|
||||
'Accept-Profile': 'gpi'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -74,4 +69,4 @@ export async function findOneGpi(table: string, filters: Record<string, any>) {
|
||||
return data;
|
||||
}
|
||||
|
||||
console.log('✅ Supabase client initialized for GPI schema');
|
||||
console.log('✅ Supabase client initialized');
|
||||
|
||||
Reference in New Issue
Block a user