Fork me on GitHub
#reitit
<
2021-12-17
>
Ian Fernandez21:12:37

If I make a request like:

(app
   {:uri "/chsk?client-id=1"
    :request-method :get})

dharrigan14:12:10

Did you get it solved? If not, then I have a solution 🙂

dharrigan14:12:20

I'm playing around with ws and reitit too 🙂

Ian Fernandez21:12:18

it's not unwrapping the query-params

Ian Fernandez22:12:26

it's returning me a 404

Noah Bogart23:12:54

Looks like you don't have the correct params middleware so I'm not sure