We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d816975 commit 7ee2a55Copy full SHA for 7ee2a55
client/index.js
@@ -102,7 +102,7 @@ async function bakeCookie(data) {
102
103
// Add SHA
104
async function addSHA(sha) {
105
- const response = await fetch("http://localhost:4000/add-sha/"+sha, {
+ const response = await fetch("https://mycookie-monster.herokuapp.com/add-sha/"+sha, {
106
headers: {'Content-Type': 'application/json'},
107
method: 'GET'
108
})
0 commit comments