Skip to content

Commit 6780df8

Browse files
committed
Fix: restore original Supabase URL for auth
1 parent 2242e18 commit 6780df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/supabase-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// js/supabase-client.js
2-
const SUPABASE_URL = 'https://api.simpaticohr.in';
2+
const SUPABASE_URL = 'https://cvkxtsvgnynxexmemfuy.supabase.co';
33
const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImN2a3h0c3ZnbnlueGV4bWVtZnV5Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3Njc0MjE2NTEsImV4cCI6MjA4Mjk5NzY1MX0.2mys8Cc-ucJ1uLThEGJubeDEg1TvfIAkW-xFsR4ecq4'; // Replace with your actual key
44
const WORKER_URL = 'https://evalis-ai.simpaticohrconsultancy.workers.dev';
55
const SITE_URL = 'https://simpaticohr.in';

0 commit comments

Comments
 (0)