lumen-generators/lumen-test/app/Http/routes.php

6 lines
79 B
PHP
Raw Normal View History

2016-02-23 22:33:29 +03:00
<?php
$app->get("/", function () use ($app) {
return $app->welcome();
});