We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661cf16 commit 52fc49cCopy full SHA for 52fc49c
user_guide_src/source/cli/cli.rst
@@ -79,7 +79,7 @@ you with CLI-only tools.
79
CLI-Only Routing
80
----------------
81
82
-In your **Routes.php** file you can create routes that are only accessible from
+In your **app/Config/Routes.php** file you can create routes that are only accessible from
83
the CLI as easily as you would create any other route. Instead of using the ``get()``,
84
``post()``, or similar method, you would use the ``cli()`` method. Everything else
85
works exactly like a normal route definition:
0 commit comments