Final tweak to query logic

This commit is contained in:
2023-09-06 07:05:05 -07:00
parent 6ad13b0e35
commit 4fe048f9c7
2 changed files with 4 additions and 2 deletions

View File

@@ -265,6 +265,7 @@
(wrap-guess-route)
(wrap-hydrate-clients)
(wrap-store-client-in-session)
(wrap-logging)
(wrap-gunzip-jwt)
(wrap-authorization auth-backend)
(wrap-authentication auth-backend
@@ -282,5 +283,5 @@
(wrap-params)
(mp/wrap-multipart-params)
(wrap-edn-params)
(wrap-logging)))
))