From e50fef151f7c806f6e5633c9b90f8ba50d98afd4 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 15 Mar 2018 09:48:48 +0000 Subject: [PATCH] Add `uniExternalCollaboration` proxy to AnalyticRouter --- .../web/app/coffee/Features/Analytics/AnalyticsRouter.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee index a711f4c9f7..2c69c16424 100644 --- a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee +++ b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee @@ -16,3 +16,7 @@ module.exports = publicApiRouter.use '/analytics/recentTeamActivity', AuthenticationController.httpAuth, AnalyticsProxy.call('/recentTeamActivity') + + publicApiRouter.use '/analytics/uniExternalCollaboration', + AuthenticationController.httpAuth, + AnalyticsProxy.call('/uniExternalCollaboration')