|
|
@@ -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` 由服务器提供的响应
|