0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 04:49:03 -05:00

fix(backend): join the server on main ns

This commit is contained in:
Andrey Antukh 2019-07-03 19:04:00 +02:00
parent 7cedc9228e
commit 5dad9ff301

View file

@ -17,4 +17,5 @@
(defn -main (defn -main
[& args] [& args]
(mount/start)) (mount/start)
(.join uxbox.http/server))