]> BookStack Code Mirror - website/blob - app/Http/routes.php
17feb9e5f623d4ec51f6787b87f25521a58e1b54
[website] / app / Http / routes.php
1 <?php
2
3 /*
4 |--------------------------------------------------------------------------
5 | Application Routes
6 |--------------------------------------------------------------------------
7 |
8 | Here is where you can register all of the routes for an application.
9 | It is a breeze. Simply tell Lumen the URIs it should respond to
10 | and give it the Closure to call when that URI is requested.
11 |
12 */
13
14 $app->get('/', 'HomeController@home');