Merge pull request #7252 from overleaf/jpa-drop-unused-endpoint
[web] drop unused endpoint for refreshing user features in CI GitOrigin-RevId: e1be605a398f5fdb2548509cf93ad72c4cc67f84
This commit is contained in:
@@ -141,12 +141,5 @@ module.exports = {
|
||||
AuthenticationController.requireLogin(),
|
||||
SubscriptionController.updateAccountEmailAddress
|
||||
)
|
||||
|
||||
// Currently used in acceptance tests only, as a way to trigger the syncing logic
|
||||
return publicApiRouter.post(
|
||||
'/user/:user_id/features/sync',
|
||||
AuthenticationController.requirePrivateApiAuth(),
|
||||
SubscriptionController.refreshUserFeatures
|
||||
)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user