Chantify server URL reference corrected

This commit is contained in:
Chris Caron 2024-04-08 21:33:45 -04:00
parent f461b68d86
commit b072df4aa7

View File

@ -50,7 +50,7 @@ class NotifyChantify(NotifyBase):
service_name = _('Chantify')
# The services URL
service_url = 'https://api.chanify.net/v1/sender'
service_url = 'https://chanify.net/'
# The default secure protocol
secure_protocol = 'chantify'