Skip to content

Commit 177daca

Browse files
committed
Fix URL
1 parent 4356fb1 commit 177daca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client_vue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2>Delete post {{ post.id }}</h2>
137137
var posts = null;
138138

139139
var api = axios.create({
140-
baseURL: 'http://localhost:8000/api.php'
140+
baseURL: '../api.php'
141141
});
142142

143143
function findpost (postId) {

0 commit comments

Comments
 (0)