Answers for "tina4"

PHP
0

tina4 create route

Tina4Get::add("/api/test", function (Tina4Response $response){
  
  $jsonObject = ["hello" => "world!"];

  return $reponse ($jsonObject);
});
Posted by: Guest on August-30-2020

Browse Popular Code Answers by Language