From 3131fa0db3000fb5c944e3822361de6fe7bb1b82 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 6 Mar 2018 19:43:22 +0000 Subject: Add basic site setup --- site/search.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 site/search.json (limited to 'site/search.json') 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" + ] +} -- cgit v1.2.3