webhooks: Move github/ to github_legacy/ and remove docs.

This commit is contained in:
Eeshan Garg
2018-04-18 16:50:25 -02:30
committed by Tim Abbott
parent 2cc3fb7564
commit 48b8558c02
38 changed files with 6 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
from django.http import HttpRequest, HttpResponse
from django.views.decorators.csrf import csrf_exempt
from .github.view import api_github_landing
from .github_legacy.view import api_github_landing
from .github_webhook.view import api_github_webhook
# Since this dispatcher is an API-style endpoint, it needs to be