Enable CORS in HTTP Gateway

This commit is contained in:
Alexey Vanin 2024-10-25 16:45:31 +03:00
parent a07ff75522
commit 13bec4ff0d

View file

@ -34,3 +34,7 @@ peers:
weight: 1
rpc_endpoint: http://localhost:30333
cors:
allow_origin: "*"
allow_headers: ["*"]