Skip to content

Commit b17adc3

Browse files
author
sandeeprudola
committed
fix-9
1 parent bd6ab7b commit b17adc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/components/Users.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const Users = ()=>{
1111

1212

1313
useEffect(()=>{
14+
const API_URL = import.meta.env.VITE_BACKEND_URL;
1415
axios.get(`${API_URL}/api/v1/user/find?filter=` + filter)
1516
.then(response=>{
1617
setusers(response.data.user)

0 commit comments

Comments
 (0)