diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 5c15f20..28cb151 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -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