website/app/routes/about.php
2016-04-20 21:06:02 -04:00

8 lines
100 B
PHP
Executable File

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