Skip to content

Commit

Permalink
Set HBRequest.endpointPath get access to public (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 17, 2023
1 parent 1f6106e commit af1006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Hummingbird/Server/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct HBRequest: HBSendableExtensible {
}

/// endpoint that services this request.
internal var endpointPath: String? {
public internal(set) var endpointPath: String? {
get { self._internal.endpointPath.wrappedValue }
set { self._internal.endpointPath.wrappedValue = newValue }
}
Expand Down

0 comments on commit af1006c

Please sign in to comment.