mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
Exclude chain
This commit is contained in:
parent
1a9583b31b
commit
388de03ead
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
;
|
;
|
||||||
; You must not remove this notice, or any other, from this software.
|
; You must not remove this notice, or any other, from this software.
|
||||||
|
|
||||||
|
(comment
|
||||||
(ns reitit.chain
|
(ns reitit.chain
|
||||||
"Interceptor pattern. Executes a chain of Interceptor functions on a
|
"Interceptor pattern. Executes a chain of Interceptor functions on a
|
||||||
common \"context\" map, maintaining a virtual \"stack\", with error
|
common \"context\" map, maintaining a virtual \"stack\", with error
|
||||||
|
|
@ -378,3 +379,4 @@
|
||||||
context)))
|
context)))
|
||||||
([context interceptors]
|
([context interceptors]
|
||||||
(execute (enqueue context interceptors))))
|
(execute (enqueue context interceptors))))
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue