v0.0.6 Made edit and update now works dynamically
This commit is contained in:
@@ -8,12 +8,12 @@ if (!isset($_SESSION['token'])) {
|
||||
header("location: ../../Frontend/index.php?login=notloggedin");
|
||||
}
|
||||
|
||||
|
||||
header('Content-Type: application/json;charset=UTF-8');
|
||||
echo "<pre>";
|
||||
$data = Post::all();
|
||||
|
||||
//HOme.php
|
||||
$data = Post::all();
|
||||
echo $data;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user