Implement CaseSensitiveQuery #39
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
(reset! feed/boards-enabled-cache (set (keys (get config :boards-enabled))))
|
||||
(reset! watcher/chod-threads-cache (watcher/generate-chod-cache-structure config))
|
||||
(clojure.pprint/pprint config)
|
||||
(jetty/run-jetty (rp/wrap-params feed/http-handler) {:port (:port conf/CONFIG-DEFAULT)
|
||||
(jetty/run-jetty (rp/wrap-params feed/http-handler) {:port (:port config)
|
||||
:join? true}))))
|
||||
|
||||
;; Docs: https://github.com/ring-clojure/ring/wiki/Getting-Started
|
||||
|
|
Loading…
Reference in a new issue