mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
fix subpath config
This commit is contained in:
14
frontend/plugins/axios.js
Normal file
14
frontend/plugins/axios.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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