RouteCollection is in Routing package

When following along, Xcode could't resolve `RouteCollection`. After jumping through some packages, I realized that it's in `Routing`.
This commit is contained in:
Brett R. Toomey 2016-08-07 00:31:24 -07:00 committed by GitHub
parent c55e634d0a
commit 8a4b68ea71
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