From 2ab43d907a43173a6d4db1ea2a2955c261f3a76b Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 18 May 2011 21:47:39 +0000 Subject: [PATCH] NIHVIVO-2279 Add more functions to the UserAccount controller. --- productMods/WEB-INF/web.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 3b1974f8..c4354678 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -789,12 +789,12 @@ - UserAccountsList - edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsListController + UserAccounts + edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsController - UserAccountsList - /listUserAccounts + UserAccounts + /userAccounts/*