Skip to content

Commit 9932dd7

Browse files
committed
feat: update trend and new cases analytics to v4
1 parent 041c762 commit 9932dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/stats.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default axios => ({
5555
}
5656

5757
return axios
58-
.get(`/v3/analytics/trend/country`, { params })
58+
.get(`/v4/analytics/trend/country`, { params })
5959
.then(res => res.data)
6060
},
6161

@@ -67,7 +67,7 @@ export default axios => ({
6767
}
6868

6969
return axios
70-
.get(`/v3/analytics/newcases/country`, { params })
70+
.get(`/v4/analytics/newcases/country`, { params })
7171
.then(res => res.data)
7272
}
7373
})

0 commit comments

Comments
 (0)