diff --git a/services/web/app/src/Features/Subscription/SubscriptionRouter.js b/services/web/app/src/Features/Subscription/SubscriptionRouter.js index 94ceb29288..0b86e28e0b 100644 --- a/services/web/app/src/Features/Subscription/SubscriptionRouter.js +++ b/services/web/app/src/Features/Subscription/SubscriptionRouter.js @@ -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 - ) }, }