From 179f77bfae240ec36fefb9dd0915e6ea643ebf0f Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sat, 24 Dec 2022 13:26:15 -0500 Subject: [PATCH] added posts --- app/Config/Routes.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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