mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix api address
This commit is contained in:
@@ -4,7 +4,7 @@ import axios from 'axios'
|
||||
|
||||
// 创建axios实例
|
||||
const api = axios.create({
|
||||
baseURL: 'http://localhost:3001/api/v1/',
|
||||
baseURL: 'http://127.0.0.1:3001/api/v1/',
|
||||
})
|
||||
|
||||
// 添加请求拦截器
|
||||
|
||||
Reference in New Issue
Block a user