Skip to content

Web3API 0.0.1-prealpha.79

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 20:28
26d26ce

Web3API 0.0.1-prealpha.79

Bugs

  • PR-852 @web3api/client-test-env: The IPFS node's API endpoint now has CORS enabled via the following configuration properties:
    • API.HTTPHeaders.Access-Control-Allow-Origin: ["*"]
    • API.HTTPHeaders.Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE"]