bootstrap

This commit is contained in:
nora 2021-11-01 08:59:04 +01:00
parent 5eca434f13
commit 6868e47c08
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ basic features:
- search for a band
- basic accessibility
-
- bootstrap

View file

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