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