2cb41dd8cd
closes #10932 Previously we were only applying the cors middleware to the options preflight request, which meant that if the request errored, the cors headers would not be applied, resulting in the client being unable to read response data. This applies the cors middleware to _all_ requests to the Content API.
8 lines
129 B
JSON
8 lines
129 B
JSON
{
|
|
"enableDeveloperExperiments": true,
|
|
"url": "http://site.egg",
|
|
"admin": {
|
|
"url": "http://site.ghost.egg"
|
|
}
|
|
}
|