Skip to content

Commit

Permalink
add sign docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Nov 14, 2024
1 parent 20bd27b commit 90bc15e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/provider/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ module.exports = async function s3(req, res) {
res.setHeader('location', `${process.env.DIR}/api/sign/s3?${paramString}`)

return res.status(301).send()
}
}
3 changes: 2 additions & 1 deletion mod/sign/_sign.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/**
## /sign
The sign module provides access to different request signer methods.
The sign API provides access to different request signer modules. Signer modules which are unavailable will export as null and won't be available from the signerModules object methods.
@requires /sign/cloudinary
@requires /sign/s3
@module /sign
*/
Expand Down

0 comments on commit 90bc15e

Please sign in to comment.