diff --git a/routing/collection.md b/routing/collection.md index 96561a80..8270d8fd 100644 --- a/routing/collection.md +++ b/routing/collection.md @@ -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