Michelle Bu 12 жил өмнө
parent
commit
1ac03a1039
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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);
   });