mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Remove atom wrapping on public-uri
This commit is contained in:
parent
d11b007795
commit
0aefd044dc
14 changed files with 41 additions and 43 deletions
|
@ -54,4 +54,4 @@
|
|||
(log/info :hint "configure worker" :key key :val val)
|
||||
(case key
|
||||
:public-uri
|
||||
(reset! cf/public-uri val)))
|
||||
(set! cf/public-uri val)))
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
:strip-frames-with-thumbnails true
|
||||
:features features}
|
||||
request {:method :get
|
||||
:uri (u/join @cf/public-uri path)
|
||||
:uri (u/join cf/public-uri path)
|
||||
:credentials "include"
|
||||
:query params}]
|
||||
(->> (http/send! request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue