fixed soap service: index.soap -> yacysearch.soap

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1827 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2006-03-05 15:28:40 +00:00
parent 210941397a
commit ae536c4608

View File

@ -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
*/