mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user