Setting up initial company setup.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
(let [headers (if token
|
||||
(assoc headers "Authorization" (str "Token " token))
|
||||
headers)]
|
||||
(println headers)
|
||||
(->> (http/request {:method method
|
||||
:body body
|
||||
:headers headers
|
||||
|
||||
Reference in New Issue
Block a user