Skip to content

Commit

Permalink
Allow CORS requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg committed Dec 19, 2023
1 parent cd37fc8 commit d71c65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ web:
- index.php
allow: true
passthru: "/index.php"
headers:
Access-Control-Allow-Origin: "*"

variables:
env:
Expand Down

0 comments on commit d71c65e

Please sign in to comment.