mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 00:36:37 +02:00
✨ Support for upload embedded images
This commit is contained in:
parent
7482122964
commit
e75284ce97
6 changed files with 243 additions and 78 deletions
|
@ -14,7 +14,9 @@
|
|||
[promesa.exec :as px]))
|
||||
|
||||
(def default-client
|
||||
(delay (http/build-client {:executor @px/default-executor})))
|
||||
(delay (http/build-client {:executor @px/default-executor
|
||||
:connect-timeout 10000 ;; 10s
|
||||
:follow-redirects :always})))
|
||||
|
||||
(defn get!
|
||||
[url opts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue