We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c1e60 commit 988419cCopy full SHA for 988419c
src/App.jsx
@@ -20,7 +20,7 @@ import { useFetch } from './util/useFetch'
20
function App() {
21
22
//Send the url to the useFetch custom hook
23
- const { loading, data, error } = useFetch(process.env.REACT_APP_API)
+ const { loading, data, error } = useFetch("https://reqres.in/api/users")
24
25
// const two = useDelay(2)
26
0 commit comments