diff --git a/simple.html b/simple.html index f7d48a1..0eafd1c 100644 --- a/simple.html +++ b/simple.html @@ -247,8 +247,8 @@
@@ -326,7 +326,7 @@ async function getToken() { try { - const response = await fetch('https://srtc.yantootech.com/token', { + const response = await fetch('http://127.0.0.1:8080/token', { method: 'POST', headers: { 'Content-Type': 'application/json',