Commit 3a0c66a0c424e8c02e66015c9672b77742b90d04
1 parent
27ad262b
debug host
Showing
2 changed files
with
2 additions
and
2 deletions
src/live/js/student.js
| 1 | 1 | $(function() { |
| 2 | 2 | var teacherId = document.getElementById('teacher'); |
| 3 | 3 | var studentId = document.getElementById('student'); |
| 4 | - var socket = io('https://live-api:5000'); | |
| 4 | + var socket = io('https://live-api'); | |
| 5 | 5 | // var socket = io('http://live-api:5000'); |
| 6 | 6 | |
| 7 | 7 | var teacher = CodeMirror.fromTextArea(teacherId, { | ... | ... |