change port
This commit is contained in:
		| @@ -27,7 +27,7 @@ export function sendAnalyzeRequest(token) { | |||||||
|   return request({ |   return request({ | ||||||
|     url: '/testpredict', |     url: '/testpredict', | ||||||
|     method: 'get', |     method: 'get', | ||||||
|     baseURL: 'http://localhost:8888', |     baseURL: 'http://localhost:8010', | ||||||
|     params: { token } |     params: { token } | ||||||
|   }) |   }) | ||||||
| } | } | ||||||
| @@ -36,7 +36,7 @@ export function sendAnalyzeOnDateRequest(token, fromDate, toDate) { | |||||||
|   return request({ |   return request({ | ||||||
|     url: '/predictOnDate', |     url: '/predictOnDate', | ||||||
|     method: 'get', |     method: 'get', | ||||||
|     baseURL: 'http://localhost:8888', |     baseURL: 'http://localhost:8010', | ||||||
|     params: { token, fromDate, toDate } |     params: { token, fromDate, toDate } | ||||||
|   }) |   }) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user