mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -02:30
Hook in the webhook receiver views into the urlconf
This commit is contained in:
@@ -150,6 +150,11 @@ from awx.api.views.root import ( # noqa
|
||||
ApiV2ConfigView,
|
||||
ApiV2SubscriptionView,
|
||||
)
|
||||
from awx.api.views.webhooks import ( # noqa
|
||||
GithubWebhookReceiver,
|
||||
GitlabWebhookReceiver,
|
||||
BitbucketWebhookReceiver,
|
||||
)
|
||||
|
||||
|
||||
logger = logging.getLogger('awx.api.views')
|
||||
|
||||
Reference in New Issue
Block a user