From 24ef0c9a6e9537843eab4f0219752831b67ad00c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 8 Mar 2018 21:19:51 +0000 Subject: Add endpoint for listing services --- site/search.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'site/search.json') 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": [ -- cgit v1.2.3