Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(daemon): use proper method to parse request in snap endpoint
It used raw `rfl::json::read` for some reason causing missing case transfomration. Now it uses `drogon_helpers::get_request_json`. Fixes #156
- Loading branch information