WA-521 Remove CORS header
This commit is contained in:
parent
f2552beb62
commit
dd7cd3707b
|
@ -55,7 +55,6 @@ export const submitOperation = async (
|
|||
const headers = {
|
||||
Accept: 'application/json',
|
||||
'Content-Type': 'application/json',
|
||||
'Access-Control-Allow-Origin': '*',
|
||||
}
|
||||
const body = await calculateBodyFrom(safeAddress, to, valueInWei, data, operation, nonce, txHash, sender, type)
|
||||
|
||||
|
|
Loading…
Reference in New Issue