diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-06 19:43:22 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-06 19:43:22 +0000 |
commit | 3131fa0db3000fb5c944e3822361de6fe7bb1b82 (patch) | |
tree | da0cfea27a5d0099eae95a1a1821b71b54afa644 /site/search.json | |
parent | Initial commit, WIP (diff) | |
download | mirrorsearch-3131fa0db3000fb5c944e3822361de6fe7bb1b82.tar.bz2 mirrorsearch-3131fa0db3000fb5c944e3822361de6fe7bb1b82.tar.xz mirrorsearch-3131fa0db3000fb5c944e3822361de6fe7bb1b82.zip |
Add basic site setup
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" + ] +} |