Skip to content

Commit

Permalink
not miner
Browse files Browse the repository at this point in the history
  • Loading branch information
nossal committed Nov 11, 2018
1 parent a4b9592 commit 4187bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clojure/nossal/app.clj
Expand Up @@ -61,8 +61,8 @@
(GET "/breakout" request
(breakout request))

(GET "/miner" request
(miner request))
; (GET "/miner" request
; (miner request))

(GET "/_ah/health" request
(str "👌"))
Expand Down Expand Up @@ -105,7 +105,7 @@

(def app
(-> app-routes
(wrap-defaults (site-defaults-options site-defaults) )
(wrap-defaults (site-defaults-options site-defaults))
(wrap-json-body {:keywords? true :bigdecimals? true})
(ignore-trailing-slash)))

Expand Down

0 comments on commit 4187bff

Please sign in to comment.