Skip to content

Commit 988419c

Browse files
committed
removed env
1 parent 52c1e60 commit 988419c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { useFetch } from './util/useFetch'
2020
function App() {
2121

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

2525
// const two = useDelay(2)
2626

0 commit comments

Comments
 (0)