The REST API spec only alows for returning a single server so name the

endpoint appropriately.
This commit is contained in:
David Baker 2014-09-24 17:28:47 +02:00
parent 7679ee7321
commit 7dc7c53029
2 changed files with 2 additions and 2 deletions

View file

@ -765,7 +765,7 @@ angular.module('matrixService', [])
},
getTurnServer: function() {
return doRequest("GET", "/voip/turnServers");
return doRequest("GET", "/voip/turnServer");
}
};