mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
fixing typo
This commit is contained in:
parent
0d6828f4a8
commit
76c28e60d3
@ -41,7 +41,7 @@ class VerificationMethod:
|
|||||||
|
|
||||||
class WebhookView(CsrfExemptMixin, APIView):
|
class WebhookView(CsrfExemptMixin, APIView):
|
||||||
"""
|
"""
|
||||||
Endpoint for receiving webhoks.
|
Endpoint for receiving webhooks.
|
||||||
"""
|
"""
|
||||||
authentication_classes = []
|
authentication_classes = []
|
||||||
permission_classes = []
|
permission_classes = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user