Skip to content

Commit

Permalink
add: http client publicised for global access
Browse files Browse the repository at this point in the history
  • Loading branch information
wibed committed Oct 4, 2020
1 parent 6588b00 commit ad66ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SendGrid/Application+SendGrid.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension Application {

let application: Application

var http: SendGridClient {
public var http: SendGridClient {
guard let config = self.application.sendGridClients.configuration else {
fatalError("SendGridClient has not been configured. Use app.sendGridClients.configuration = ...")
}
Expand Down

0 comments on commit ad66ec0

Please sign in to comment.