Changed POST body to JSON

This commit is contained in:
Daniel Ziltener 2019-12-09 13:27:42 +01:00
parent 3a373b76ee
commit c9d1a50dee
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
onboard: onboarding
onboard:
clojure -m com.sompani.onboarding $(company_name) $(company_suffix)
classes: onboarding

View File

@ -59,6 +59,7 @@
(doseq [entry entries]
(info (http/post uri
{:headers headers
:content-type :json
:form-params entry})))))
(defn -main [& args]