webhooks: Move github_webhook/ to github/.

This commit is contained in:
Eeshan Garg
2018-04-18 17:04:30 -02:30
committed by Tim Abbott
parent 48b8558c02
commit 19177a4aff
52 changed files with 16 additions and 16 deletions

View File

@@ -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