Skip to content

Commit

Permalink
πŸ”‡
Browse files Browse the repository at this point in the history
  • Loading branch information
Catatomik committed Jun 16, 2021
1 parent bbe4258 commit db79e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Website/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const API = axios.create({
baseURL: APIHost,
timeout: 1000,
transformResponse: [function (data) {
console.log(data)
return JSON.parse(data);
}],
validateStatus: function (status) {
Expand Down

0 comments on commit db79e72

Please sign in to comment.