mirror of
https://github.com/metosin/reitit.git
synced 2025-12-21 18:11:12 +00:00
Merge pull request #139 from thosmos/fix-example-pedestal
add missing require in the pedestal example
This commit is contained in:
commit
d17a9f6b42
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
(:require [io.pedestal.http]
|
(:require [io.pedestal.http]
|
||||||
[clojure.core.async :as a]
|
[clojure.core.async :as a]
|
||||||
[reitit.interceptor.pedestal :as pedestal]
|
[reitit.interceptor.pedestal :as pedestal]
|
||||||
|
muuntaja.interceptor
|
||||||
[reitit.http :as http]
|
[reitit.http :as http]
|
||||||
[reitit.ring :as ring]))
|
[reitit.ring :as ring]))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue