diff --git a/http-gw/http-gw-config.yaml b/http-gw/http-gw-config.yaml index c11a43a..7370d63 100644 --- a/http-gw/http-gw-config.yaml +++ b/http-gw/http-gw-config.yaml @@ -34,3 +34,7 @@ peers: weight: 1 rpc_endpoint: http://localhost:30333 + +cors: + allow_origin: "*" + allow_headers: ["*"]