From ae536c46087f8b23358d4a342f71cb0999975797 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 5 Mar 2006 15:28:40 +0000 Subject: [PATCH] fixed soap service: index.soap -> yacysearch.soap git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1827 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/soap/httpdSoapService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/soap/httpdSoapService.java b/source/de/anomic/soap/httpdSoapService.java index fffa1b5bf..6bc7f565c 100644 --- a/source/de/anomic/soap/httpdSoapService.java +++ b/source/de/anomic/soap/httpdSoapService.java @@ -41,7 +41,7 @@ public class httpdSoapService /** * Constant: template for searching */ - private static final String TEMPLATE_SEARCH = "index.soap"; + private static final String TEMPLATE_SEARCH = "yacysearch.soap"; /** * Constant: template for the network status page */