blob: ca1041d39852c9b531cd89a1dcea54de886236fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "MirrorSearch",
"routes": {
"list": {
"path": "/list/{filename}",
"operation": "MirrorSearch.Search.getMatches"
}
},
"slices": [
"models.ice",
"api.ice"
]
}
|