We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d543a2 commit 14f38f8Copy full SHA for 14f38f8
deploy.json
@@ -33,7 +33,7 @@
33
"type": "move",
34
"src": "src/server/",
35
"dst": "[[root_web]]",
36
- "match": "^.*\\.(html|php)$",
+ "match": "^.*\\.(html|php|htaccess)$",
37
"add-header-comment": true
38
},
39
src/server/.htaccess
@@ -0,0 +1,2 @@
1
+# Open up the API to all origins.
2
+Header set Access-Control-Allow-Origin "*"
0 commit comments