From ced7084d0b511550a18be40345c9fb831859b75d Mon Sep 17 00:00:00 2001 From: Rachel Llyod Date: Tue, 22 Aug 2023 11:59:17 -0400 Subject: [PATCH] updated axios call for new database link --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index f5ea3aa..8d0ac9e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -19,8 +19,8 @@ function App() { // Database Request React.useEffect(() => { - axios.get('https://api.baserow.io/api/database/rows/table/177139/?user_field_names=true', { - headers : "Authorization: Token GfWL6G20UZaVyAo0tOCocEcMlC4iKZwG" + axios.get('https://api.baserow.io/api/database/rows/table/190454/?user_field_names=true', { + headers : "Authorization: Token kOWHOIWIKCEpy2hNVoolFIovOpd8grv7" }) .then((response) => { setResponseData(response.data.results)