This commit is contained in:
Fang_Zhijian 2024-05-18 15:35:46 +08:00
parent 2daf0d43a4
commit a01c2e1997

View File

@ -25,7 +25,7 @@ const notyf = new Notyf({ duration: 3000 })
// API
const api = axios.create({
baseURL: "https://blive.babyfang.cn/",
baseURL: "http://localhost:3000",
})
//