mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 20:41:40 +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
|
@ -6,6 +6,7 @@
|
|||
|
||||
(ns app.main
|
||||
(:require
|
||||
[app.common.data.macros :as dm]
|
||||
[app.common.logging :as log]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.config :as cf]
|
||||
|
@ -40,7 +41,7 @@
|
|||
:version (:full @cf/version)
|
||||
:asserts *assert*
|
||||
:build-date cf/build-date
|
||||
:public-uri (str @cf/public-uri)))
|
||||
:public-uri (dm/str cf/public-uri)))
|
||||
|
||||
(declare reinit)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue