mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
add websocket health information
This commit is contained in:
committed by
Ryan Petrello
parent
ea29f4b91f
commit
403e9bbfb5
@@ -7,6 +7,7 @@ from . import consumers
|
||||
websocket_urlpatterns = [
|
||||
url(r'websocket/$', consumers.EventConsumer),
|
||||
url(r'websocket/broadcast/$', consumers.BroadcastConsumer),
|
||||
url(r'websocket/health/$', consumers.HealthConsumer),
|
||||
]
|
||||
|
||||
application = ProtocolTypeRouter({
|
||||
|
||||
Reference in New Issue
Block a user