f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 10 forks source link

Query params #194

Closed martyall closed 4 years ago

martyall commented 4 years ago

Allows for query params (from servant) to be part of query URL

IvantheTricourne commented 4 years ago

So it seems that the full path to the query isn't being properly populated when it gets here: https://github.com/f-o-a-m/hs-abci/pull/194/files?file-filters%5B%5D=.hs#diff-18418e639e179d33970efb24cc9030f1R63

I snuck in a log to see what the path was that was triggering the Path not found. exception, and it looks like this:

queryPath = "multiplied?factor=4"