From 5eca434f13cbe4470a772c1815c12a7ff6a04de7 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 1 Nov 2021 08:57:24 +0100 Subject: [PATCH] readme --- README.md | 10 ++++++++-- src/AxiosInstance.ts | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ba08f9..b68ec21 100644 --- a/README.md +++ b/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 +- diff --git a/src/AxiosInstance.ts b/src/AxiosInstance.ts index df9297a..68dd20c 100644 --- a/src/AxiosInstance.ts +++ b/src/AxiosInstance.ts @@ -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", }, });