Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created March 26, 2024 12:20
Show Gist options
  • Select an option

  • Save niraj-shah/f45d12ebf38b30d3544eb915ad2e76d6 to your computer and use it in GitHub Desktop.

Select an option

Save niraj-shah/f45d12ebf38b30d3544eb915ad2e76d6 to your computer and use it in GitHub Desktop.

Revisions

  1. niraj-shah created this gist Mar 26, 2024.
    12 changes: 12 additions & 0 deletions cors.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    [
    {
    "AllowedHeaders": [],
    "AllowedMethods": [
    "GET"
    ],
    "AllowedOrigins": [
    "*"
    ],
    "ExposeHeaders": []
    }
    ]