Skip to content

Commit

Permalink
Add path to serverless.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Sep 16, 2024
1 parent e4dbb91 commit 71cb16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cors-proxy/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ functions:
handler: index.handler
events:
- http:
path: '/'
method: post
cors:
origin: 'https://www.frequency.xyz'
Expand Down

0 comments on commit 71cb16f

Please sign in to comment.