Tina4 Buat rute
\Tina4\Get::add("/api/test", function (\Tina4\Response $response){
$jsonObject = ["hello" => "world!"];
return $reponse ($jsonObject);
});
Tina 4
\Tina4\Get::add("/api/test", function (\Tina4\Response $response){
$jsonObject = ["hello" => "world!"];
return $reponse ($jsonObject);
});