Skip to content

Commit

Permalink
Remove from git tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Faustino committed Jan 14, 2025
1 parent 5302974 commit 67fbb68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2,960 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ yarn-debug.log*
yarn-error.log*

.env

src/utils/all.json
4 changes: 2 additions & 2 deletions src/config/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export const api = axios.create({
});

export const getEvalData = async (content, currentURL) => {
//const response = await getEvalDataByAPI(content, currentURL);
const response = await getEvalDataByLocal(content, currentURL);
const response = await getEvalDataByAPI(content, currentURL);
//const response = await getEvalDataByLocal(content, currentURL);

return response;
}
Expand Down
2,958 changes: 0 additions & 2,958 deletions src/utils/all.json

This file was deleted.

0 comments on commit 67fbb68

Please sign in to comment.