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