misc(backend): minor changes on collimp command

This commit is contained in:
Andrey Antukh 2019-06-19 16:42:54 +02:00
parent d967095b86
commit 17e5880b2d
2 changed files with 3 additions and 2 deletions

View file

@ -198,7 +198,8 @@
(defn- start-system
[]
(mount/start))
(-> (mount/except #{#'uxbox.http/server})
(mount/start)))
(defn- stop-system
[]