diff --git a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee index 14a449d4e4..06ca2bfa1c 100644 --- a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee +++ b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee @@ -20,3 +20,7 @@ module.exports = publicApiRouter.use '/analytics/recentV1TemplateIdsActivity', AuthenticationController.httpAuth, AnalyticsProxy.call('/recentV1TemplateIdsActivity') + + publicApiRouter.use '/analytics/uniExternalCollaboration', + AuthenticationController.httpAuth, + AnalyticsProxy.call('/uniExternalCollaboration') \ No newline at end of file