start project page

This commit is contained in:
dev-chiefworks
2022-12-24 13:17:48 -05:00
parent 94dba8f3f9
commit eb372eeef8
4 changed files with 9 additions and 5 deletions
+1
View File
@@ -32,6 +32,7 @@ $routes->setAutoRoute(true);
// We get a performance increase by specifying the default
// route since we don't have to scan directories.
$routes->get('/', 'Home::index');
$routes->get('/startproject', 'Projects::start');
/*
* --------------------------------------------------------------------