Maurits van der Schee il y a 7 ans
Parent
révision
177daca6ae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      examples/client_vue.html

+ 1
- 1
examples/client_vue.html Voir le fichier

@@ -137,7 +137,7 @@
137 137
 var posts = null;
138 138
 
139 139
 var api = axios.create({
140
-  baseURL: 'http://localhost:8000/api.php'
140
+  baseURL: '../api.php'
141 141
 });
142 142
 
143 143
 function findpost (postId) {

Loading…
Annuler
Enregistrer