From 6663365720d6c99ee55794cf96d1ca2ae83208e4 Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 16 Jan 2009 00:02:55 +0000 Subject: adopted many calls to new api path git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5498 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/rssTerminal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htroot/rssTerminal.html') diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 22e785b9e..5c534d7c2 100755 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -122,7 +122,7 @@ function idlepingExec() { } function load() { - getRSS("/xml/feed.rss?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime()); + getRSS("/api/feed.rss?count=80&set=" + set + "&requestCount=" + requestCount + "&time=" + (new Date()).getTime()); requestCount++; } -- cgit v1.2.3