diff --git a/Sources/SendGrid/Application+SendGrid.swift b/Sources/SendGrid/Application+SendGrid.swift index ac29d29..d64ef1d 100644 --- a/Sources/SendGrid/Application+SendGrid.swift +++ b/Sources/SendGrid/Application+SendGrid.swift @@ -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 = ...") }