|
@@ -19,7 +19,7 @@ from django.views.generic import TemplateView
|
|
from object.ResponseObject import ResponseObject
|
|
from object.ResponseObject import ResponseObject
|
|
|
|
|
|
|
|
|
|
-class WebHookView(TemplateView):
|
|
|
|
|
|
+class HookWebView(TemplateView):
|
|
def post(self, request, *args, **kwargs):
|
|
def post(self, request, *args, **kwargs):
|
|
request.encoding = 'utf-8'
|
|
request.encoding = 'utf-8'
|
|
operation = kwargs.get('operation', None)
|
|
operation = kwargs.get('operation', None)
|