Fix some book issues

This commit is contained in:
nemunaire 2022-05-04 11:18:16 +02:00
commit 3d8dd24b78
30 changed files with 109 additions and 110 deletions

View file

@ -48,7 +48,8 @@ utiliser cette syntaxe pour ajouter une image:
<div lang="en-US">
```bash
base64 monimage.jpg | curl --data @- http://localhost:8080/api/images/monimage
base64 monimage.jpg | \
curl --data @- http://localhost:8080/api/images/monimage
```
</div>