mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +00:00
064b2da5a4
Data send from the client with GET parameters are serialized in the request body's `params` property. As express doesn't seem to parse those, we have to do it manually to perform object property traversals.