aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-18 11:25:59 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-18 11:25:59 +0000
commitc39b8d566508a44e0ef2f26b17ce60ac7ccb853a (patch)
tree373a0252d1f489bc69c0f5f0babd34e0ce5e59cc /templates
parentMerge remote-tracking branch 'origin/master' (diff)
Merge remote-tracking branch 'origin/master'
# Conflicts: # pysite/views/ws/echo.py
Diffstat (limited to 'templates')
-rw-r--r--templates/ws_test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ws_test.html b/templates/ws_test.html
index b2e17ee1..36be61d6 100644
--- a/templates/ws_test.html
+++ b/templates/ws_test.html
@@ -5,7 +5,7 @@
<h1>Open your JS console to test</h1>
<script type="application/javascript">
- let ws = new WebSocket("wss://{{ server_name }}/ws/echo");
+ let ws = new WebSocket("ws://{{ server_name }}/ws/echo");
ws.onopen = function(event) {
console.log("WS opened! Use send() to send a message.");