Commit 7588754469c4684fba5e2c1f8343f4bca2f98404

Authored by renansoares
1 parent 3b127731
Exists in master and in 1 other branch v2

trying to fix websocket error

app/assets/javascripts/v_libras/videos/index.js.erb
1 1 $(function() {
2 2 $("a.badge").tooltip();
3 3  
4   - var dispatcher = new WebSocketRails('150.165.204.80:3000/websocket');
  4 + var dispatcher = new WebSocketRails('150.165.204.80/websocket');
5 5  
6 6 // subscribe to the channel
7 7 var channel = dispatcher.subscribe('requests_update');
... ...