added posts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user