added posts
This commit is contained in:
@@ -32,8 +32,10 @@ $routes->setAutoRoute(true);
|
|||||||
// We get a performance increase by specifying the default
|
// We get a performance increase by specifying the default
|
||||||
// route since we don't have to scan directories.
|
// route since we don't have to scan directories.
|
||||||
$routes->get('/', 'Home::index');
|
$routes->get('/', 'Home::index');
|
||||||
$routes->get('/startproject', 'Projects::start');
|
|
||||||
|
|
||||||
|
|
||||||
|
$routes->get('/startproject', 'Projects::start');
|
||||||
|
$routes->post('/startproject', 'Projects::start');
|
||||||
/*
|
/*
|
||||||
* --------------------------------------------------------------------
|
* --------------------------------------------------------------------
|
||||||
* Additional Routing
|
* Additional Routing
|
||||||
|
|||||||
Reference in New Issue
Block a user