This commit is contained in:
Omar Najjar 2025-04-30 19:20:42 +10:00
parent 330bd1ff61
commit d105a753b4

View file

@ -2,11 +2,8 @@
const corsHeaders = {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS',
<<<<<<< Updated upstream
'Access-Control-Allow-Headers': 'Content-Type, Authorization, Accept',
=======
'Access-Control-Allow-Headers': 'Content-Type, Authorization, Accept, Cache-Control, X-Requested-With',
>>>>>>> Stashed changes
'Access-Control-Max-Age': '86400'
};