ionicons version

This commit is contained in:
2020-12-09 13:56:58 +01:00
parent 5f556187c3
commit 70b848ff62
2 changed files with 10 additions and 7 deletions

View File

@@ -27,9 +27,7 @@ export async function get(req, res) {
this.ref('url')
this.field('data')
all.flat().forEach((doc) => {
this.add(doc)
})
all.flat().forEach((doc) => this.add(doc))
})
res.setHeader('Content-Type', 'application/json')
res.end(JSON.stringify(idx))