mgokg commited on
Commit
80177c2
·
verified ·
1 Parent(s): ceeca2d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -32,6 +32,7 @@
32
  });
33
 
34
  const result = await response.json();
 
35
  console.log(result);
36
  }
37
  </script>
 
32
  });
33
 
34
  const result = await response.json();
35
+ alert(result)
36
  console.log(result);
37
  }
38
  </script>