Commit c2100e7
committed
Add request path and parameters to response object in Fastify server
- Enhanced the response object in the Fastify server to include the request path and parameters for better debugging and logging.
- Removed the redundant URL from the response structure to streamline the data returned.1 parent 1d15f05 commit c2100e7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
140 | | - | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments