Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Sep 2, 2018
1 parent 8cd06c2 commit ac6d36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/pedestal/src/example/server.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns example.server
(:require [io.pedestal.http]
[clojure.core.async :as a]
[reitit.pedestal :as pedestal]
[reitit.interceptor.pedestal :as pedestal]
[reitit.http :as http]
[reitit.ring :as ring]))

Expand All @@ -24,7 +24,7 @@
(http/router
["/api"
{:interceptors [[interceptor :api]
[interceptor :apa]]}
[interceptor :ipa]]}

["/sync"
{:interceptors [[interceptor :sync]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns reitit.pedestal
(ns reitit.interceptor.pedestal
(:require [io.pedestal.interceptor.chain :as chain]
[io.pedestal.interceptor :as interceptor]
[io.pedestal.http :as http]
Expand Down

0 comments on commit ac6d36d

Please sign in to comment.