Skip to content

Commit

Permalink
removed env
Browse files Browse the repository at this point in the history
  • Loading branch information
Syammed2429 committed Nov 30, 2021
1 parent 52c1e60 commit 988419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useFetch } from './util/useFetch'
function App() {

//Send the url to the useFetch custom hook
const { loading, data, error } = useFetch(process.env.REACT_APP_API)
const { loading, data, error } = useFetch("https://reqres.in/api/users")

// const two = useDelay(2)

Expand Down

0 comments on commit 988419c

Please sign in to comment.