Update index.html
Browse files- 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://
|
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);
|