Remove atom wrapping on public-uri

This commit is contained in:
Andrey Antukh 2023-06-21 17:44:00 +02:00
parent d11b007795
commit 0aefd044dc
14 changed files with 41 additions and 43 deletions

View file

@ -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)