Sfoglia il codice sorgente

As Published

master
George Williams 5 anni fa
parent
commit
62e49c1e4d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/main.js

+ 2
- 0
src/main.js Vedi File

@@ -10,6 +10,8 @@ import moment from "moment";
10 10
 Vue.use(EvaIcons);
11 11
 
12 12
 Vue.config.productionTip = false;
13
+axios.defaults.baseURL = "http://localhost:57260/";
14
+Vue.prototype.$axios = axios;
13 15
 
14 16
 Vue.prototype.$http = axios;
15 17
 const token = localStorage.getItem("token");

Loading…
Annulla
Salva