kit-clj / kit

Lightweight, modular framework for scalable web development in Clojure
https://kit-clj.github.io/
MIT License
463 stars 43 forks source link

fix: merge opts to route-data to use query-fn #98

Closed vinurs closed 1 year ago

yogthos commented 1 year ago

why not just use query-fn directly from opts that are passed to api-routes, any handler within that scope will have the opts available to it?

vinurs commented 1 year ago

i haven't noticed that , and i tried it and query-fn available in opts