mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Session middleware is not used.
This commit is contained in:
parent
8e0e8e3465
commit
fe77de5529
1 changed files with 0 additions and 1 deletions
1
app.lisp
1
app.lisp
|
@ -34,7 +34,6 @@
|
||||||
`(:backtrace
|
`(:backtrace
|
||||||
:output ,(getf (config) :error-log))
|
:output ,(getf (config) :error-log))
|
||||||
nil)
|
nil)
|
||||||
:session
|
|
||||||
(if (productionp)
|
(if (productionp)
|
||||||
nil
|
nil
|
||||||
(lambda (app)
|
(lambda (app)
|
||||||
|
|
Loading…
Add table
Reference in a new issue