$routes = Services::routes();
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
namespace Config;
|
||||||
global $routes;
|
global $routes;
|
||||||
$routes->get('/', 'Home::index');
|
$routes->get('/', 'Home::index');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user