-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pass a new res.locals.params object to http-incoming
This is in line with Fastify podlet and layout which provide reply.app.params to http-incoming. It is not, however, in line with Podium layout which passes the whole res.locals object. Passing the whole res.locals object can cause circular reference issues since we set http-incoming on res.locals.podium as well and should be changed.
- Loading branch information
1 parent
f2db5d6
commit b9ef277
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters