Browse Source

change domain

windhamdavid 1 year ago
parent
commit
111f585537
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/javascripts/app.js

+ 2 - 2
public/javascripts/app.js

@@ -13,8 +13,8 @@ $(function () {
     $URL = 'http://code.davidawindham.com:8888';
     $WS = 'ws://code.davidawindham.com:8888/';
   } else if (ENV === 'chess') {
-    $URL = 'http://chess.davidawindham.com';
-    $WS = 'ws://chess.davidawindham.com:8181/';
+    $URL = 'http://chess.davidwindham.com';
+    $WS = 'ws://chess.davidwindham.com:8181/';
   }
 
   $socket = io.connect($WS);