mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +00:00
Attempt to allow headers
This commit is contained in:
parent
8c1fdb3f62
commit
667c19d6e3
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"source": "/api/(.+)",
|
||||
"headers": [
|
||||
{ "key": "Access-Control-Allow-Origin", "value": "*" },
|
||||
{ "key": "Access-Control-Allow-Methods", "value": "POST, OPTIONS" }
|
||||
{ "key": "Access-Control-Allow-Methods", "value": "POST, OPTIONS" },
|
||||
{ "key": "Access-Control-Allow-Headers", "value": "Content-Type" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue