Introduce a route to retrieve a document with its id

This commit is contained in:
Clément Renault
2020-11-10 17:00:38 +01:00
parent c00fc6f8bb
commit 63fab07047
2 changed files with 35 additions and 2 deletions

2
http-ui/Cargo.lock generated
View File

@ -812,7 +812,6 @@ checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
dependencies = [
"autocfg 1.0.1",
"hashbrown",
"serde",
]
[[package]]
@ -981,7 +980,6 @@ dependencies = [
"grenad",
"heed",
"human_format",
"indexmap",
"itertools",
"jemallocator",
"levenshtein_automata",