Set CORS headers for tutorial/data.json (#3162)

Fixes #3138
This commit is contained in:
Muhammad Hamza 2023-03-14 13:21:49 +00:00 committed by GitHub
parent 7982cc555e
commit 7fa512d24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,13 @@
]
}
],
"headers": [ {
"source": "tutorial/*.json",
"headers": [ {
"key": "Access-Control-Allow-Origin",
"value": "*"
} ]
} ],
"emulators": {
"hosting": {
"port": 5000