diff --git a/src/api/user.js b/src/api/user.js index 6cff7f62..b0f505d6 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -25,8 +25,8 @@ export function logout() { export function sendAnalyzeRequest() { return request({ - url: '/uploader/analyze', + url: '/testpredict', method: 'get', - baseURL: 'http://www.google.com' + baseURL: 'http://localhost:8010' }) }