Fixed route error in index route
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$app->get('/home', function() use($app) {
|
||||
$app->get('/', function() use($app) {
|
||||
|
||||
$app->response->redirect($app->urlFor('home'), '303');
|
||||
|
||||
|
Reference in New Issue
Block a user