|
|
@@ -17,6 +17,7 @@ import { deleteCustomContent } from '../_shared/qdrant-client.ts';
|
|
|
const corsHeaders = {
|
|
|
'Access-Control-Allow-Origin': '*',
|
|
|
'Access-Control-Allow-Headers': 'authorization, x-client-info, apikey, content-type',
|
|
|
+ 'Access-Control-Allow-Methods': 'DELETE, OPTIONS',
|
|
|
};
|
|
|
|
|
|
Deno.serve(async (req) => {
|