We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becac8f commit 689ae7bCopy full SHA for 689ae7b
src/Components/Api/Api.js
@@ -2,8 +2,7 @@ import axios from "axios";
2
3
// Axios Create Instance
4
const instance = axios.create({
5
- baseURL:
6
- "https://covid-cors.herokuapp.com/https://cors-anywhere.herokuapp.com/https://api.covid19tracker.ca",
+ baseURL: "https://covid-cors.herokuapp.com/https://api.covid19tracker.ca",
7
});
8
9
// List of Country and Provinces
0 commit comments