Skip to content

Commit

Permalink
Merge pull request metosin#139 from thosmos/fix-example-pedestal
Browse files Browse the repository at this point in the history
add missing require in the pedestal example
  • Loading branch information
ikitommi authored Sep 4, 2018
2 parents 148c45e + baa4159 commit d17a9f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/pedestal/src/example/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(:require [io.pedestal.http]
[clojure.core.async :as a]
[reitit.interceptor.pedestal :as pedestal]
muuntaja.interceptor
[reitit.http :as http]
[reitit.ring :as ring]))

Expand Down

0 comments on commit d17a9f6

Please sign in to comment.