Expose Request Params & Query
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.