Routing, Groups - Fixed code syntax highlighting.

This commit is contained in:
Jon Cox 2017-02-12 22:24:54 +00:00 committed by GitHub
parent 75e3bd6f07
commit e07cb0cd6b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ drop.group(AuthMiddleware()) { authorized in
You can limit the host for a group of routes.
```
```swift
drop.group(host: "vapor.codes") { vapor
vapor.get { request in
// only responds to requests to vapor.codes