Skip to content

Commit 5d3b930

Browse files
committed
Restore legacy autorouting
1 parent e893185 commit 5d3b930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Config/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// where controller filters or CSRF protection are bypassed.
2626
// If you don't want to define all routes, please use the Auto Routing (Improved).
2727
// Set `$autoRoutesImproved` to true in `app/Config/Feature.php` and set the following to true.
28-
//$routes->setAutoRoute(false);
28+
$routes->setAutoRoute(true);
2929

3030
/*
3131
* --------------------------------------------------------------------

0 commit comments

Comments
 (0)