Remove old approval flow

Implement the destructive migration plan to remove the old approval flow entirely. This includes deleting the legacy edge function, removing the toggle component, simplifying frontend code, and updating documentation.
This commit is contained in:
gpt-engineer-app[bot]
2025-11-06 21:14:59 +00:00
parent 406edc96df
commit bd2f9a5a9e
8 changed files with 197 additions and 3124 deletions

View File

@@ -0,0 +1,4 @@
export const corsHeaders = {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type',
};

File diff suppressed because it is too large Load Diff