chao 1 день тому
батько
коміт
05553e9cbe
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      public/index.html

+ 2 - 2
public/index.html

@@ -964,7 +964,7 @@
                     return;
                 }
                 // 发送报名信息请求
-                const registerResponse = await fetch('https://prep.cocorobo.cn/:11111/api/user', {
+                const registerResponse = await fetch('https://prep.cocorobo.cn/api/user', {
                     method: 'POST',
                     headers: {
                         'Content-Type': 'application/json'
@@ -1042,7 +1042,7 @@
             }
 
             try{
-                const response = fetch("https://prep.cocorobo.cn/:11111/api/update", {
+                const response = fetch("https://prep.cocorobo.cn/api/update", {
                     method: "POST",
                     headers: {
                         "Content-Type": "application/json"