Removed deprecated version of @hapi/joi and replaced it with new Sideway's joi

This commit is contained in:
Alexander Cerutti
2020-09-05 22:14:05 +02:00
parent 4d0f9cb76c
commit 2288d018f2
5 changed files with 58 additions and 50 deletions

View File

@@ -152,7 +152,7 @@ app.all(async function manageRequest(request, response) {
});
stream.pipe(response);
} catch(err) {
} catch (err) {
console.log(err);
response.set({