Skip to content

Commit

Permalink
Update useFetch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Sep 1, 2024
1 parent 888ccf1 commit 50763e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/useFetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function reducer(state, action) {
}
}

const BASE_URL = "https://apibr.com/vagas/api/v1/";
const BASE_URL = "https://apibr.com/vagas/api/v2/";

export default function useFetch(entity, params, page) {
const [state, dispatch] = useReducer(reducer, {
Expand Down

0 comments on commit 50763e4

Please sign in to comment.