Skip to content

Commit a1c63da

Browse files
committed
covid 19 오픈 API 변경
1 parent cfbacc6 commit a1c63da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let isRecoveredLoading = false;
3838

3939
// api
4040
function fetchCovidSummary() {
41-
const url = 'https://api.covid19api.com/summary';
41+
const url = 'https://ts-covid-api.vercel.app/api/summary';
4242
return axios.get(url);
4343
}
4444

0 commit comments

Comments
 (0)