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:
parent
bde885dc84
commit
625dbcdea5
7 changed files with 16 additions and 21 deletions
|
@ -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);
|
||||
// });
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue