website/app/routes/home.php
2015-08-30 12:34:43 -04:00

8 lines
94 B
PHP
Executable File

<?php
$app->get('/', function() use($app) {
$app->render('home.php');
})->name('home');