Maurits van der Schee 7 år sedan
förälder
incheckning
177daca6ae
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      examples/client_vue.html

+ 1
- 1
examples/client_vue.html Visa fil

@@ -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…
Avbryt
Spara