$routes = Services::routes();

This commit is contained in:
CHIEFSOFT\ameye
2024-07-16 20:17:06 -04:00
parent 72bdf33979
commit eed5c6d92d
+1
View File
@@ -1,4 +1,5 @@
<?php
namespace Config;
global $routes;
$routes->get('/', 'Home::index');