From 01953b460188dad3d47cd489eb42e7d8effe1567 Mon Sep 17 00:00:00 2001 From: Timothy A Vertein Date: Mon, 12 Jun 2017 11:26:31 -0500 Subject: [PATCH] Reverts groups url back to previous default state --- uw-frame-components/js/app-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uw-frame-components/js/app-config.js b/uw-frame-components/js/app-config.js index 36d3af20a..d00fea504 100644 --- a/uw-frame-components/js/app-config.js +++ b/uw-frame-components/js/app-config.js @@ -14,7 +14,7 @@ define(['angular'], function(angular) { 'groupURL': 'staticFeeds/groups.json', 'kvURL': '/storage', 'loginSilentURL': '/portal/Login?silent=true', - 'notificationsURL': 'staticFeeds/notifications.json', + 'notificationsURL': '/portal/api/groups', 'sessionInfo': 'staticFeeds/session.json', 'shibbolethSessionURL': null, // '/Shibboleth.sso/Session.json' 'portalLayoutRestEndpoint': null, // '/portal/api/layout',