浏览代码

update index.html

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"