From 2031249e23a9cd5cd6c504a514a77462dcad4b0e Mon Sep 17 00:00:00 2001 From: elc2013 Date: Fri, 4 Mar 2011 20:39:43 +0000 Subject: [PATCH] Added JSON Reconcile Service for Google Refine. --- productMods/WEB-INF/web.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 90448ab4..8b4bed3f 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -1062,6 +1062,15 @@ /dataservice + + JSON Reconcile Service + edu.cornell.mannlib.vitro.webapp.controller.JSONReconcileServlet + + + JSON Reconcile Service + /reconcile + + TabEntitiesController edu.cornell.mannlib.vitro.webapp.controller.TabEntitiesController