test document addition

This commit is contained in:
mpostma
2021-02-18 22:10:50 +01:00
parent b293948d36
commit b1226be2c8
4 changed files with 51 additions and 5 deletions

View File

@ -64,5 +64,6 @@ impl Service {
let response = serde_json::from_slice(&body).unwrap_or_default();
(response, status_code)
}
}