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)