mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 11:34:08 +00:00
WA-521 Remove CORS header
This commit is contained in:
parent
f2552beb62
commit
dd7cd3707b
@ -55,7 +55,6 @@ export const submitOperation = async (
|
|||||||
const headers = {
|
const headers = {
|
||||||
Accept: 'application/json',
|
Accept: 'application/json',
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'Access-Control-Allow-Origin': '*',
|
|
||||||
}
|
}
|
||||||
const body = await calculateBodyFrom(safeAddress, to, valueInWei, data, operation, nonce, txHash, sender, type)
|
const body = await calculateBodyFrom(safeAddress, to, valueInWei, data, operation, nonce, txHash, sender, type)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user