Преглед изворни кода

feat: 修改axios请求地址

Shellmiao пре 3 година
родитељ
комит
368aeab26b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/Utils/Axios.ts

+ 2 - 2
src/Utils/Axios.ts

@@ -1,7 +1,7 @@
 import axios from "axios";
 
-const codimdUrl = "http://127.0.0.1:5000";
-const picUrl = "http://127.0.0.1:5001";
+const codimdUrl = "https://blogbackcodimd.shellmiao.com";
+const picUrl = "https://blogbackpic.shellmiao.com";
 
 type DefaultRes = {
   // `data` 由服务器提供的响应