Skip to content

Commit

Permalink
update for correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
keyserfaty committed Sep 29, 2023
1 parent d4e6c32 commit 998fde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# calculadora

version="1.0.13"; git tag $version && git push origin $version && gh release create $version
version="1.0.15"; git tag $version && git push origin $version && gh release create $version
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
budgetAssigned
}

return fetch('https://3562-24-232-110-208.ngrok-free.app/', { // todo: replace
return fetch('https://x9u1z4r1xa.execute-api.us-west-2.amazonaws.com/prod', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 998fde8

Please sign in to comment.