not inital commit

This commit is contained in:
nora 2021-09-20 08:53:10 +02:00
parent 3fb040df54
commit 0cd2146f3d
8 changed files with 3369 additions and 10 deletions

View file

@ -4,7 +4,8 @@ const axiosInstance = axios.create({
baseURL: "https://api.srgssr.ch/mx3/v2",
headers: {
"content-type": "application/json",
}
Authorization: "Bearer ELBiWACfIgGyJTHtcuGHT6zMQJ1o",
},
});
export default axiosInstance;
export default axiosInstance;