feat: backup appwritefix: CORS error by adding platforms
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
body_format: json
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
X-Appwrite-Response-Format: '{{ appwrite_response_format }}'
|
||||
X-Appwrite-Response-Format: '{{ appwrite_response_format | default("1.6") }}'
|
||||
X-Appwrite-Project: '{{ appwrite_project }}'
|
||||
X-Appwrite-Key: '{{ appwrite_api_key }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user