Enable CORS in HTTP Gateway

This commit is contained in:
Alexey Vanin 2024-10-25 16:45:31 +03:00
parent e7795fc0ec
commit 966645f89d

View file

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