Skip to content

Commit

Permalink
proxyBalanceFix
Browse files Browse the repository at this point in the history
  • Loading branch information
troyblank committed May 17, 2020
1 parent eb01f5e commit 4cef17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambdas/halfsies_getBalance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports.handler = async () => {
const response = {
statusCode,
headers: {
'Access-Control-Allow-Origin': 'https://halfsies.troyblank.com/',
'Access-Control-Allow-Origin': 'https://halfsies.troyblank.com',
'Content-Type': 'application/json'
},
body
Expand Down

0 comments on commit 4cef17c

Please sign in to comment.