2019-08-01 10:17:45 +02:00
|
|
|
<?php
|
2020-02-20 12:20:42 +01:00
|
|
|
$relativePath = "../";
|
|
|
|
require_once $relativePath.'classes/postHandler.php';
|
2019-08-01 10:17:45 +02:00
|
|
|
|
2020-02-20 12:20:42 +01:00
|
|
|
$handler = new PostHandler(null, null);
|
2019-08-01 10:17:45 +02:00
|
|
|
|
2020-02-20 12:20:42 +01:00
|
|
|
echo json_encode($handler->write_json());
|