soiz1 commited on
Commit
d8ec1dd
·
1 Parent(s): 5ee55cd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -8,7 +8,7 @@
8
  <script>
9
  document.addEventListener("DOMContentLoaded", () => {
10
  if (localStorage.getItem("admin") !== "1") {
11
- fetch('https://recorder-k5jn.onrender.com/api/log')
12
  .then(res => res.json())
13
  .then(data => {
14
  console.log("ログ記録結果:", data);
 
8
  <script>
9
  document.addEventListener("DOMContentLoaded", () => {
10
  if (localStorage.getItem("admin") !== "1") {
11
+ fetch('https://soiz1-websocket.hf.space/api/log')
12
  .then(res => res.json())
13
  .then(data => {
14
  console.log("ログ記録結果:", data);