mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2459 from overleaf/hb-missing-rate-limiting
Remove unused v1 analytics proxy endpoints GitOrigin-RevId: 7563a6592645bd4693e7a6bc209862435302893c
This commit is contained in:
parent
38e240ebb6
commit
13da4b6125
1 changed files with 0 additions and 18 deletions
|
@ -14,24 +14,6 @@ module.exports = {
|
|||
AnalyticsController.updateEditingSession
|
||||
)
|
||||
|
||||
publicApiRouter.use(
|
||||
'/analytics/graphs',
|
||||
AuthenticationController.httpAuth,
|
||||
AnalyticsProxy.call('/graphs')
|
||||
)
|
||||
|
||||
publicApiRouter.use(
|
||||
'/analytics/recentTeamActivity',
|
||||
AuthenticationController.httpAuth,
|
||||
AnalyticsProxy.call('/recentTeamActivity')
|
||||
)
|
||||
|
||||
publicApiRouter.use(
|
||||
'/analytics/recentV1TemplateIdsActivity',
|
||||
AuthenticationController.httpAuth,
|
||||
AnalyticsProxy.call('/recentV1TemplateIdsActivity')
|
||||
)
|
||||
|
||||
publicApiRouter.use(
|
||||
'/analytics/uniExternalCollaboration',
|
||||
AuthenticationController.httpAuth,
|
||||
|
|
Loading…
Reference in a new issue