Skip to content

Commit

Permalink
Doc - Fixx Foxx Files example
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B committed May 6, 2019
1 parent 65b68a2 commit 9a0874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Books/Manual/Foxx/Guides/Files.md
Expand Up @@ -93,7 +93,7 @@ as a `Buffer` to a base64-encoded string:
router.post('/avatars/:filename', (req, res) => {
collection.save({
filename: req.pathParams.filename,
data: req.body.toString('base64');
data: req.body.toString('base64')
});
res.status('no content');
});
Expand Down

0 comments on commit 9a0874f

Please sign in to comment.