Skip to content

Commit

Permalink
Make route public (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcd committed Apr 14, 2020
1 parent bee26c5 commit d00c85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Vapor/Request/Request.swift
Expand Up @@ -29,7 +29,7 @@ public final class Request: CustomStringConvertible {
///
/// req.route?.description // "GET /hello/:name"
///
public internal(set) var route: Route?
public var route: Route?

// MARK: Content

Expand Down

0 comments on commit d00c85d

Please sign in to comment.