analyze button

This commit is contained in:
Z 2019-09-11 14:37:17 -05:00
parent dbff113a46
commit e3cf5346f2
1 changed files with 2 additions and 2 deletions

View File

@ -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'
})
}