diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-08 21:19:51 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-08 22:41:03 +0000 |
commit | 24ef0c9a6e9537843eab4f0219752831b67ad00c (patch) | |
tree | 7447b5bb206689f128afe044a7d6a41ec65aeee9 /site/search.json | |
parent | Allow configuring referrer and useragent, also set a collection of other hand... (diff) | |
download | mirrorsearch-24ef0c9a6e9537843eab4f0219752831b67ad00c.tar.bz2 mirrorsearch-24ef0c9a6e9537843eab4f0219752831b67ad00c.tar.xz mirrorsearch-24ef0c9a6e9537843eab4f0219752831b67ad00c.zip |
Add endpoint for listing services
Diffstat (limited to 'site/search.json')
-rw-r--r-- | site/search.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/search.json b/site/search.json index ca1041d..dd11229 100644 --- a/site/search.json +++ b/site/search.json @@ -4,6 +4,10 @@ "list": { "path": "/list/{filename}", "operation": "MirrorSearch.Search.getMatches" + }, + "services": { + "path": "/services", + "operation": "MirrorSearch.Search.getServices" } }, "slices": [ |