From 59eabbbb5da407533f077ba471a8a96fd28514d7 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Fri, 28 Sep 2018 14:28:50 -0700 Subject: [PATCH] Fix MS18608: Use new connections api endpoint --- interface/resources/qml/hifi/Pal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index e8fc41da63..1384cb8711 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -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':