This commit is contained in:
nora 2021-11-01 08:57:24 +01:00
parent d4ed98dae0
commit 5eca434f13
2 changed files with 9 additions and 3 deletions

View file

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