Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import Vue from "vue";
  2. import axios from "axios";
  3.  
  4. window.axios = axios;
  5. window.Vue = Vue;
  6.  
  7. window.axios.defaults.baseURL = '/api';
  8. window.axios.defaults.headers.common = {
  9.     'X-CSRF-TOKEN': window.Laravel.csrfToken,
  10.     'X-Requested-With': 'XMLHttpRequest'
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement