mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fixed a missing backtick literal
This commit is contained in:
parent
73524e66f3
commit
43e1c0245f
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ Routen mit regulären Ausdrücken sind auch möglich:
|
|||
get %r{/hallo/([\w]+)} do
|
||||
"Hallo, #{params[:captures].first}!"
|
||||
end
|
||||
```
|
||||
|
||||
Und auch hier können Block-Parameter genutzt werden:
|
||||
|
||||
|
|
Loading…
Reference in a new issue