1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

fix failing build

This commit is contained in:
hay-kot 2021-08-08 21:15:20 -08:00
parent bde885dc84
commit 625dbcdea5
7 changed files with 16 additions and 21 deletions

View file

@ -1,14 +0,0 @@
export default ({ $axios, store }) => {
// $axios.onResponse((response) => {
// console.log(`[${response.status}] ${response.request.path}`);
// });
// $axios.onError((err) => {
// console.log(`[${err.response && err.response.status}] ${err.response && err.response.request.path}`);
// console.log(err.response && err.response.data);
// });
// $axios.onRequest((config) => {
// console.log("Making request to " + config.url);
// });
};