Commit fcabb66f authored by ibuler's avatar ibuler

test websocket

parent 5b2911a5
......@@ -34,4 +34,6 @@ urlpatterns = patterns('',
(r'^logView/$', views.logView),
(r'^logHistory/$', views.logHistory),
(r'^killSession/$', views.killSession),
(r'^echo/$', views.echo),
(r'^low_case/$', views.low_case),
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment