From 998fde8ca20313cc8dbd587015d869bc7d4a56f3 Mon Sep 17 00:00:00 2001 From: keyserfaty Date: Fri, 29 Sep 2023 08:19:18 -0300 Subject: [PATCH] update for correct url --- README.md | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d30717..1b32534 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.js b/index.js index 4e0290e..7857bd1 100644 --- a/index.js +++ b/index.js @@ -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',