diff --git a/web/src/main/webapp/my-app/main.js b/web/src/main/webapp/my-app/main.js index 5366d649d..6a126498b 100644 --- a/web/src/main/webapp/my-app/main.js +++ b/web/src/main/webapp/my-app/main.js @@ -90,7 +90,6 @@ define([ .when('/notifications', messagesRoutes.notifications) .when('/settings', portalSettingsRoutes.betaSettings) .when('/user-settings', portalSettingsRoutes.userSettings) - .when('/features', messagesRoutes.announcements) .when('/static/:fname', staticRoutes.staticMax) .when('/exclusive/:fname', staticRoutes.exclusiveMax) .when('/widget/:fname', widgetRoutes.widgetFullScreen)