Skip to content

Expose Request Params & Query

Compare
Choose a tag to compare
@jonwinton jonwinton released this 24 Jul 20:57
· 224 commits to master since this release

This feature release exposes the req.query and req.params object in locals for model.js/server.js/upgrade.js files.

For further information on these two objects refer to the ExpressJS documentation as Amphora is simply passing these objects without modifying them in any way.