mirror of https://github.com/vapor/docs.git
Update apns.md (#945)
<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
This commit is contained in:
parent
bb7367b849
commit
8975f0c959
|
|
@ -38,6 +38,7 @@ The APNS module adds a new property `apns` to `Application`. To send push notifi
|
|||
|
||||
```swift
|
||||
import APNS
|
||||
import VaporAPNS
|
||||
|
||||
// Configure APNS using JWT authentication.
|
||||
let apnsConfig = APNSClientConfiguration(
|
||||
|
|
|
|||
Loading…
Reference in New Issue