mirror of
https://github.com/Noratrieb/mx-3.git
synced 2026-01-14 15:25:09 +01:00
readme
This commit is contained in:
parent
d4ed98dae0
commit
5eca434f13
2 changed files with 9 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -2,5 +2,11 @@ React app to get infos about mx3 musicians
|
|||
|
||||
cool features:
|
||||
|
||||
- caching for instant responses if the term has been searched before
|
||||
- typescript
|
||||
- caching for instant responses if the term has been searched before
|
||||
- typescript
|
||||
|
||||
basic features:
|
||||
|
||||
- search for a band
|
||||
- basic accessibility
|
||||
-
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue