Answers for "tina4 create route"

PHP
0

tina4 create route

\Tina4\Get::add("/api/test", function (\Tina4\Response $response){
  
  $jsonObject = ["hello" => "world!"];

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

Code answers related to "tina4 create route"

Browse Popular Code Answers by Language