🎉 Add cache for font fetching on embedd ns.

This commit is contained in:
Andrey Antukh 2021-04-15 17:33:52 +02:00 committed by Andrés Moya
parent a777e8e42a
commit 2b35dce037
2 changed files with 40 additions and 15 deletions

View file

@ -7,12 +7,13 @@
(ns app.main.repo
(:require
[app.common.data :as d]
[beicon.core :as rx]
[lambdaisland.uri :as u]
[cuerdas.core :as str]
[app.config :as cfg]
[app.util.http :as http]
[app.util.time :as dt]
[app.util.transit :as t]
[app.util.http :as http]))
[beicon.core :as rx]
[cuerdas.core :as str]
[lambdaisland.uri :as u]))
(defn- handle-response
[{:keys [status body] :as response}]