diff --git a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee index 2c69c16424..06ca2bfa1c 100644 --- a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee +++ b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee @@ -17,6 +17,10 @@ module.exports = AuthenticationController.httpAuth, AnalyticsProxy.call('/recentTeamActivity') + publicApiRouter.use '/analytics/recentV1TemplateIdsActivity', + AuthenticationController.httpAuth, + AnalyticsProxy.call('/recentV1TemplateIdsActivity') + publicApiRouter.use '/analytics/uniExternalCollaboration', AuthenticationController.httpAuth, - AnalyticsProxy.call('/uniExternalCollaboration') + AnalyticsProxy.call('/uniExternalCollaboration') \ No newline at end of file