mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-03-13 22:09:39 +01:00
Typo in example
My IDE is going crazy about this :D
This commit is contained in:
parent
4f8836e179
commit
1303c3a0af
@ -12,7 +12,7 @@ $router->map('POST','/users/[i:id]/[delete|update:action]', 'usersController#doA
|
||||
// match current request
|
||||
$match = $router->match();
|
||||
?>
|
||||
<h1>AltoRouter</h3>
|
||||
<h1>AltoRouter</h1>
|
||||
|
||||
<h3>Current request: </h3>
|
||||
<pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user