Jelajahi Sumber

feat: 修改axios请求地址

Shellmiao 3 tahun lalu
induk
melakukan
368aeab26b
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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` 由服务器提供的响应