diff --git a/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee b/services/web/app/coffee/Features/Analytics/AnalyticsRouter.coffee index a711f4c9f7..14a449d4e4 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/recentV1TemplateIdsActivity', + AuthenticationController.httpAuth, + AnalyticsProxy.call('/recentV1TemplateIdsActivity')