|
|
@ -19,7 +19,7 @@ class AdminResponse |
|
|
} |
|
|
} |
|
|
$response->header([ |
|
|
$response->header([ |
|
|
'Vary' => 'Origin', |
|
|
'Vary' => 'Origin', |
|
|
'Access-Control-Allow-Methods' => 'POST,GET,OPTIONS', |
|
|
'Access-Control-Allow-Methods' => 'POST,GET', |
|
|
'Access-Control-Allow-Headers' => 'Api-Auth,token,Authorization,Content-Type,X-Requested-With', |
|
|
'Access-Control-Allow-Headers' => 'Api-Auth,token,Authorization,Content-Type,X-Requested-With', |
|
|
'Access-Control-Allow-Credentials' => 'true', |
|
|
'Access-Control-Allow-Credentials' => 'true', |
|
|
]); |
|
|
]); |
|
|
|