Mercurial > hg > purlService
diff restService/restService.py @ 17:64d6ac1a1354
parameter for search changed
author | dwinter |
---|---|
date | Fri, 16 Nov 2012 15:26:05 +0100 |
parents | 70110fb915a9 |
children | 1eb5e3f6444b |
line wrap: on
line diff
--- a/restService/restService.py Fri Nov 16 12:30:30 2012 +0100 +++ b/restService/restService.py Fri Nov 16 15:26:05 2012 +0100 @@ -16,7 +16,8 @@ '/search','searcher', '/indexMeta/(.+)','indexMeta', '/','serviceDescription', - '/searchLines','searchLines' + '/searchLines','searchLines', + '/searchLines/annotator/search','searchLines' ) app = web.application(urls, globals())