Update rest.md

This commit is contained in:
Aşkın Gedik 2015-12-27 20:19:05 +02:00
parent 6937e8a62a
commit 5b5a6008f7

View file

@ -5,7 +5,7 @@ title: Restful Web Services
You can handle HTTP methods as easy as writing method names and the route with a code block. Kemal will handle all the hard work.
```
```ruby
get "/" do
.. show something ..
end