summaryrefslogtreecommitdiff
path: root/site/search.json
blob: dd11229475aef24f60fbf3490c82b01c00a1eb4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "MirrorSearch",
	"routes": {
		"list": {
			"path": "/list/{filename}",
			"operation": "MirrorSearch.Search.getMatches"
		},
		"services": {
			"path": "/services",
			"operation": "MirrorSearch.Search.getServices"
		}
	},
	"slices": [
		"models.ice",
		"api.ice"
	]
}