Skip to content

Commit 7ee2a55

Browse files
committed
added url
1 parent d816975 commit 7ee2a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function bakeCookie(data) {
102102

103103
// Add SHA
104104
async function addSHA(sha) {
105-
const response = await fetch("http://localhost:4000/add-sha/"+sha, {
105+
const response = await fetch("https://mycookie-monster.herokuapp.com/add-sha/"+sha, {
106106
headers: {'Content-Type': 'application/json'},
107107
method: 'GET'
108108
})

0 commit comments

Comments
 (0)