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

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