Skip to content

Commit

Permalink
chore(docs): fix clamav docs (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Nov 15, 2023
1 parent 57cf1b0 commit ea3ca7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/standards/securite.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Le service REST utilisé est celui-ci :
<https://github.com/benzino77/clamav-rest-api>.

Il est nécessaire d'envoyer les fichiers à
`http://clamav-rest.clamav.svc/api/v1/scan/api/v1/scan` encodés avec
`multipart/form-data` et sous la clé `FILES`.
`http://clamav-rest.clamav.svc/api/v1/scan` encodés avec `multipart/form-data`
et sous la clé `FILES`.

:::info

Expand All @@ -87,10 +87,9 @@ applications, les clients n'y ont pas accès.

:::

Exemple avec `node-fetch` :
Exemple NodeJS :

```js
const fetch = require("node-fetch");
const FormData = require("form-data");
const fs = require("fs");

Expand Down

0 comments on commit ea3ca7d

Please sign in to comment.