Skip to content

Commit

Permalink
Fix severless yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Sep 16, 2024
1 parent 300f61a commit e4dbb91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cors-proxy/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ functions:
handler: index.handler
events:
- http:
method: post
cors:
origin: 'https://www.frequency.xyz'
headers:
- Content-Type
method: post
cors:
origin: 'https://www.frequency.xyz'
headers:
- Content-Type

0 comments on commit e4dbb91

Please sign in to comment.