Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from rswarthout/master
Browse files Browse the repository at this point in the history
HTTP method POST is not needed for current functionality
  • Loading branch information
theotherian committed Aug 25, 2020
2 parents 9593c4c + 7ac6bd2 commit faebb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payid-stack.yaml
Expand Up @@ -264,7 +264,7 @@ Resources:
const responseHeaders = {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'POST, GET, OPTIONS',
'Access-Control-Allow-Methods': 'GET, OPTIONS',
'Access-Control-Allow-Headers': 'PayID-Version',
'Access-Control-Expose-Headers': 'PayID-Version, PayID-Server-Version',
'Cache-Control': 'no-store',
Expand Down

0 comments on commit faebb08

Please sign in to comment.