mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 08:23:08 +00: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',
|
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