Made home route point to /home; index (/) redirects to home route
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$app->get('/', function() use($app) {
|
||||
$app->get('/home', function() use($app) {
|
||||
|
||||
$app->render('home.php');
|
||||
|
||||
|
Reference in New Issue
Block a user