Maurits van der Schee 7年前
コミット
177daca6ae
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      examples/client_vue.html

+ 1
- 1
examples/client_vue.html ファイルの表示

@@ -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) {

読み込み中…
キャンセル
保存