mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
✨ Minor improvement on http client.
This commit is contained in:
parent
85c8d544ed
commit
0f99b1ab90
1 changed files with 4 additions and 2 deletions
|
@ -20,5 +20,7 @@
|
|||
(http/get url nil opts')))
|
||||
|
||||
(defn send!
|
||||
[req]
|
||||
(http/send req {:client @default-client :as :string}))
|
||||
([req]
|
||||
(http/send req {:client @default-client :as :string}))
|
||||
([req opts]
|
||||
(http/send req (merge {:client @default-client :as :string} opts))))
|
||||
|
|
Loading…
Add table
Reference in a new issue