Add more adaptations to make app run in a prefixed path.

This commit is contained in:
Andrey Antukh 2021-04-19 18:35:36 +02:00 committed by Andrés Moya
parent 2828ccda7f
commit 55ea84a056
14 changed files with 115 additions and 98 deletions

View file

@ -19,8 +19,7 @@
[app.worker.snaps]
[app.util.object :as obj]
[app.util.transit :as t]
[app.util.worker :as w])
(:import goog.Uri))
[app.util.worker :as w]))
;; --- Messages Handling
@ -119,7 +118,7 @@
(rx/debounce 1)
(rx/subs (fn [[messages dropped last]]
;; Send back the dropped messages replies
;; Send back the dropped messages replies
(doseq [msg dropped]
(drop-message msg))