Initial commit - BraceIQMed platform with frontend, API, and brace generator
This commit is contained in:
9
frontend/cors.json
Normal file
9
frontend/cors.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"AllowedHeaders": ["*"],
|
||||
"AllowedMethods": ["GET"],
|
||||
"AllowedOrigins": ["*"],
|
||||
"ExposeHeaders": [],
|
||||
"MaxAgeSeconds": 3000
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user