Added the project's files to the repo
This commit is contained in:
7
app/routes/about.php
Executable file
7
app/routes/about.php
Executable file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$app->get('/about', function() use($app) {
|
||||
|
||||
$app->render('about.php');
|
||||
|
||||
})->name('about');
|
Reference in New Issue
Block a user