mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
webhooks: Move github_webhook/ to github/.
This commit is contained in:
@@ -2,7 +2,7 @@ from django.http import HttpRequest, HttpResponse
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
|
||||
from .github_legacy.view import api_github_landing
|
||||
from .github_webhook.view import api_github_webhook
|
||||
from .github.view import api_github_webhook
|
||||
|
||||
# Since this dispatcher is an API-style endpoint, it needs to be
|
||||
# explicitly marked as CSRF-exempt
|
||||
|
||||
Reference in New Issue
Block a user