Skip to content

Commit

Permalink
updated axios call for new database link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Llyod authored and Rachel Llyod committed Aug 22, 2023
1 parent ff6c4a1 commit ced7084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ced7084

Please sign in to comment.