We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e893185 commit 5d3b930Copy full SHA for 5d3b930
app/Config/Routes.php
@@ -25,7 +25,7 @@
25
// where controller filters or CSRF protection are bypassed.
26
// If you don't want to define all routes, please use the Auto Routing (Improved).
27
// Set `$autoRoutesImproved` to true in `app/Config/Feature.php` and set the following to true.
28
-//$routes->setAutoRoute(false);
+$routes->setAutoRoute(true);
29
30
/*
31
* --------------------------------------------------------------------
0 commit comments