- add favorites and reported tabs in user profile pages - add remove favorites - customers can view a deal directly from profiles section and deal modal is shown in explore page - fix formatting by pint
8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
import axios from 'axios';
|
|
|
|
window.axios = axios;
|
|
|
|
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
|
|
window.axios.defaults.headers.common['Accept'] = 'application/json';
|
|
window.axios.defaults.headers.common['Content-Type'] = 'application/json';
|