Beispiel #1
0
<?php

include 'request_controller.php';
$controller = new RequestController();
echo json_encode($controller->execute());