Skip to content

Commit 4058944

Browse files
committed
Fix code example in upload.md
1 parent 56c31d0 commit 4058944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/developer-docs/latest/plugins/upload.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ const response = await fetch('http://localhost:1337/api/upload', {
156156
body: form,
157157
});
158158

159-
console.log(await response.json());
160-
});
161159
```
162160

163161
</code-block>

0 commit comments

Comments
 (0)