Including raw route to make it easy to copy/paste

This commit is contained in:
2021-06-15 06:46:49 -07:00
parent 33912fe88d
commit 92dec3b243

View File

@@ -127,6 +127,7 @@
{:body (execute-query query-params params)})))
(defroutes query2-routes
(routes
raw-routes
(wrap-routes json-routes
wrap-json-response)
(wrap-routes csv-routes wrap-csv-response)))