feat: ship creator journey v2 and profile updates
This commit is contained in:
@@ -21,7 +21,7 @@ class ConditionalCors
|
||||
}
|
||||
|
||||
// Fallback to env if config wasn't populated for some reason.
|
||||
$enabled = env('CP_ENABLE_CORS', true);
|
||||
$enabled = env('CP_ENABLE_CORS', false);
|
||||
|
||||
if (! $enabled) {
|
||||
return $next($request);
|
||||
|
||||
Reference in New Issue
Block a user