esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

Fix token path resolution #217

Closed pawlooss1 closed 4 months ago

pawlooss1 commented 4 months ago

This PR fixes issue when an absolute path to auth tokens/certs for APNS/FCM was given it would still prefix it with application root path. From now it will allow users to specify either absolute or relative path and it should be resolved correctly. Additionally I added a small missing entry in documentation.