From c21eba4246be5c9831705a86592b45c70648c167 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 2 Feb 2019 10:51:10 -0500 Subject: Add admin panel --- src/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/index.html') diff --git a/src/html/index.html b/src/html/index.html index c7e398b..01f6e4e 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -19,7 +19,7 @@ }, created() { fetch(new Request('/posts/index')).then(response => response.json()) - .then(response => this.posts = response.data); + .then(response => this.posts = response); } }); } -- cgit v1.2.3