mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add a proxy to AnalyticsRouter
for /recentTeamActivity
This commit is contained in:
parent
f94105b1e9
commit
f6e66b9346
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ module.exports =
|
|||
publicApiRouter.use '/analytics/graphs',
|
||||
AuthenticationController.httpAuth,
|
||||
AnalyticsProxy.call('/graphs')
|
||||
|
||||
publicApiRouter.use '/analytics/recentTeamActivity',
|
||||
AuthenticationController.httpAuth,
|
||||
AnalyticsProxy.call('/recentTeamActivity')
|
||||
|
|
Loading…
Reference in a new issue