Merge pull request #12 from BrettRToomey/patch-1

RouteCollection is in Routing package
This commit is contained in:
Tanner 2016-08-07 14:43:37 -04:00 committed by GitHub
commit 524039dec7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Here is an example of a route collection for the `v1` portion of an API.
```swift
import Vapor
import HTTP
import Routing
class V1Collection: RouteCollection {
typealias Wrapped = HTTP.Responder