analyze button
This commit is contained in:
parent
dbff113a46
commit
e3cf5346f2
|
@ -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'
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue