Add recovery middleware
This commit is contained in:
parent
cf691411d7
commit
e09900ae70
2 changed files with 17 additions and 1 deletions
src
|
@ -32,7 +32,8 @@
|
|||
:directory "src/routes")
|
||||
(jg:static-path *app* "/assets/" "src/assets/")
|
||||
(jg:install-middleware *app* mw:*public-files*)
|
||||
(jg:install-middleware *app* mw:*normalize-path*))
|
||||
(jg:install-middleware *app* mw:*normalize-path*)
|
||||
(jg:install-middleware *app* mw:*recovery*))
|
||||
|
||||
(defun update ()
|
||||
(stop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue