Fix MS18608: Use new connections api endpoint

This commit is contained in:
Zach Fox 2018-09-28 14:28:50 -07:00
parent cd18578061
commit 59eabbbb5d

View file

@ -48,7 +48,7 @@ Rectangle {
HifiModels.PSFListModel {
id: connectionsUserModel;
http: http;
endpoint: "/api/v1/users?filter=connections";
endpoint: "/api/v1/users/connections";
property var sortColumn: connectionsTable.getColumn(connectionsTable.sortIndicatorColumn);
sortProperty: switch (sortColumn && sortColumn.role) {
case 'placeName':