Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/cakephp/acl/tests/test_app/Plugin/TestPlugin/config/routes.php
<?php

\Cake\Routing\Router::plugin('TestPlugin', function ($routes) {
   
$routes->prefix('admin', function ($routes) {
       
$routes->fallbacks('DashedRoute');
    });
});