lumen-generators/lumen-test/app/Http/routes.php
2017-01-28 14:35:11 +00:00

6 lines
79 B
PHP

<?php
$app->get("/", function () use ($app) {
return $app->welcome();
});