added posts

This commit is contained in:
dev-chiefworks
2022-12-24 13:26:15 -05:00
parent eb372eeef8
commit 179f77bfae
+3 -1
View File
@@ -32,8 +32,10 @@ $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');
$routes->get('/startproject', 'Projects::start');
$routes->post('/startproject', 'Projects::start');
/*
* --------------------------------------------------------------------
* Additional Routing