]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7248 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Jan 2025 09:48:43 +0000 (10:48 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Jan 2025 09:48:43 +0000 (10:48 +0100)
app/Http/Controllers/Admin/Operations/FluidbookPublication/Services/FormOperation.php

index 951f0c3825002b00e19c359ecd8dd9e2f6b1fd92..86d6084e27214cf0a0eb54b3ffe8087a7ff3716e 100644 (file)
@@ -26,7 +26,7 @@ trait FormOperation
         } else {
             return ['ok' => false];
         }
-        return response()->json($res);
+        return response()->json($res)->header('Access-Control-Allow-Origin', '*');
     }
 
     public function handleFormChristaud()