Skip to content

Commit

Permalink
Make route public (vapor#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcd authored and pull[bot] committed Apr 14, 2020
1 parent 6f49c2c commit ecf48f5
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 ecf48f5

Please sign in to comment.