Browse Source

ice -> candidate

Michelle Bu 12 years ago
parent
commit
1ac03a1039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/server.js

+ 1 - 1
lib/server.js

@@ -161,7 +161,7 @@ PeerServer.prototype._initializeHTTP = function() {
     self._handleTransmission(req.body, res);
   });
 
-  this._app.post('/ice', function(req, res) {
+  this._app.post('/candidate', function(req, res) {
     self._handleTransmission(req.body, res);
   });