mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
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.