ice -> candidate

This commit is contained in:
Michelle Bu 2013-02-05 11:46:37 -08:00
parent 67f623f68b
commit 1ac03a1039

View File

@ -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);
});