Maurits van der Schee 7 years ago
parent
commit
177daca6ae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples/client_vue.html

+ 1
- 1
examples/client_vue.html View File

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

Loading…
Cancel
Save