Skip to content

Instantly share code, notes, and snippets.

@pixel5
Created July 11, 2016 17:57
Show Gist options
  • Save pixel5/7520376520f7e1b95fd09198a8e0c1c0 to your computer and use it in GitHub Desktop.
Save pixel5/7520376520f7e1b95fd09198a8e0c1c0 to your computer and use it in GitHub Desktop.
Base function
<?
/**
* Base function for LHAC API
*/
$app->get('/', function (Request $request, Response $response) {
$response->getBody()->write("Welcome to the LHAC API.");
return $response;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment