Enable CORS in HTTP Gateway
This commit is contained in:
parent
a07ff75522
commit
13bec4ff0d
1 changed files with 4 additions and 0 deletions
|
@ -34,3 +34,7 @@ peers:
|
|||
weight: 1
|
||||
|
||||
rpc_endpoint: http://localhost:30333
|
||||
|
||||
cors:
|
||||
allow_origin: "*"
|
||||
allow_headers: ["*"]
|
||||
|
|
Loading…
Reference in a new issue