mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-28 02:34:11 -05:00
20 lines
546 B
JSON
20 lines
546 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/api/public/(.*)",
|
|
"headers": [
|
|
{ "key": "Access-Control-Allow-Credentials", "value": "true" },
|
|
{ "key": "Access-Control-Allow-Origin", "value": "*" },
|
|
{
|
|
"key": "Access-Control-Allow-Methods",
|
|
"value": "GET,OPTIONS"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Headers",
|
|
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|