diff options
Diffstat (limited to 'poc/poc02-compiling-cake/src/workdir/in/app/Config/routes.php')
-rw-r--r-- | poc/poc02-compiling-cake/src/workdir/in/app/Config/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poc/poc02-compiling-cake/src/workdir/in/app/Config/routes.php b/poc/poc02-compiling-cake/src/workdir/in/app/Config/routes.php index 38d6f39..ad311e2 100644 --- a/poc/poc02-compiling-cake/src/workdir/in/app/Config/routes.php +++ b/poc/poc02-compiling-cake/src/workdir/in/app/Config/routes.php @@ -32,6 +32,7 @@ */ Router::connect('/pages/*', array('controller' => 'pages', 'action' => 'display')); + Router::connect('/lpo/test/', array('controller' => 'lpoCtrl', 'action' => 'testaction')); /** * Load all plugin routes. See the CakePlugin documentation on * how to customize the loading of plugin routes. |