Skip to content

Commit

Permalink
fix(415 HTTP error) image upload related to update Hapi.js to 19.0.0. '
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiNyzhnyk committed Mar 11, 2020
1 parent 529dfbb commit 1968da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/admin/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = [
auth: false,
payload: {
output: 'stream',
multipart: true,
maxBytes: 10737418240 // 10 Gb
}
}
Expand Down

0 comments on commit 1968da6

Please sign in to comment.