Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Created April 16, 2023 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manntrix/0a804e080bc8376a9a16118cefbdd422 to your computer and use it in GitHub Desktop.
Save Manntrix/0a804e080bc8376a9a16118cefbdd422 to your computer and use it in GitHub Desktop.
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"PUT",
"POST",
"DELETE",
"GET"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment