v0.0.9c Small changes

This commit is contained in:
Victor
2021-06-07 14:27:43 +02:00
parent a7f2072a7a
commit 9f969c4a92
5 changed files with 15 additions and 20 deletions
-1
View File
@@ -5,7 +5,6 @@ use Backend\Model\Post;
header('Content-Type: application/json;charset=UTF-8');
//Home.php
$data = Post::all();
echo $data;