aboutsummaryrefslogtreecommitdiff
path: root/src/html/bread.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/bread.html')
-rw-r--r--src/html/bread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/bread.html b/src/html/bread.html
index 8004803..e6eeb47 100644
--- a/src/html/bread.html
+++ b/src/html/bread.html
@@ -17,7 +17,7 @@
posts: []
},
created() {
- fetch(new Request('/bread/posts.json')).then(response => response.json())
+ fetch(new Request('/posts/bread')).then(response => response.json())
.then(response => this.posts = response.data);
}
});