mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #385 from sharelatex/sk-add-recent-team-activity-proxy
Add a proxy to `AnalyticsRouter` for `/recentTeamActivity`
This commit is contained in:
commit
41d8a50a8e
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ module.exports =
|
||||||
publicApiRouter.use '/analytics/graphs',
|
publicApiRouter.use '/analytics/graphs',
|
||||||
AuthenticationController.httpAuth,
|
AuthenticationController.httpAuth,
|
||||||
AnalyticsProxy.call('/graphs')
|
AnalyticsProxy.call('/graphs')
|
||||||
|
|
||||||
|
publicApiRouter.use '/analytics/recentTeamActivity',
|
||||||
|
AuthenticationController.httpAuth,
|
||||||
|
AnalyticsProxy.call('/recentTeamActivity')
|
||||||
|
|
Loading…
Reference in a new issue