Browse Source

ice -> candidate

Michelle Bu 12 năm trước cách đây
mục cha
commit
1ac03a1039
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
   });