fixing typo

This commit is contained in:
Matthias 2021-09-13 20:50:26 +02:00
parent 0d6828f4a8
commit 76c28e60d3
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -41,7 +41,7 @@ class VerificationMethod:
class WebhookView(CsrfExemptMixin, APIView):
"""
Endpoint for receiving webhoks.
Endpoint for receiving webhooks.
"""
authentication_classes = []
permission_classes = []