diff options
Diffstat (limited to 'site/search.json')
-rw-r--r-- | site/search.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/site/search.json b/site/search.json new file mode 100644 index 0000000..ca1041d --- /dev/null +++ b/site/search.json @@ -0,0 +1,13 @@ +{ + "name": "MirrorSearch", + "routes": { + "list": { + "path": "/list/{filename}", + "operation": "MirrorSearch.Search.getMatches" + } + }, + "slices": [ + "models.ice", + "api.ice" + ] +} |