mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Fix for ALF-193: UI - service/api on web-scripts-config-custom.xml.sample
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19908 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
<!-- TODO: Find/Replace [port] with server port number -->
|
||||
<engine label="Remote Alfresco Repository" proxy="remote">
|
||||
<url type="application/atom+xml">
|
||||
http://[host]:[port]/alfresco/api/service/search/keyword.atom?q={searchTerms}&p={startPage?}&c={count?}&l={language?}&guest=true
|
||||
http://[host]:[port]/alfresco/service/api/search/keyword.atom?q={searchTerms}&p={startPage?}&c={count?}&l={language?}&guest=true
|
||||
</url>
|
||||
<url type="application/rss+xml">
|
||||
http://[host]:[port]/alfresco/api/service/search/keyword.rss?q={searchTerms}&p={startPage?}&c={count?}&l={language?}&guest=true
|
||||
http://[host]:[port]/alfresco/service/api/search/keyword.rss?q={searchTerms}&p={startPage?}&c={count?}&l={language?}&guest=true
|
||||
</url>
|
||||
</engine>
|
||||
|
||||
|
Reference in New Issue
Block a user