mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix failing build
This commit is contained in:
@@ -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);
|
||||
// });
|
||||
};
|
||||
Reference in New Issue
Block a user