This commit is contained in:
William 2024-11-13 18:43:11 +01:00
parent eb25213b36
commit 2575598660

View File

@ -36,9 +36,8 @@ App::any('/example',
// Route Parameters // Route Parameters
//----------------------------------------------------- //-----------------------------------------------------
// capture segments of the URL_PATH within your route. for example, // capture segments of the URL_PATH within your route. for example,
// you may need to capture a users ID. you may do so by defining // you may need to capture a users ID. parameters are injected into
// route parameters. // route callbacks based on their order.
// parameters are injected into route callbacks based on their order.
// a required parameter will only match when a value is supplied // a required parameter will only match when a value is supplied
App::get('/echo/$text', App::get('/echo/$text',