Skip to content

Commit af3bc6a

Browse files
committed
Add :duct.session-store/cookie to components
1 parent 1252ba2 commit af3bc6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
:duct.repl/refers
4444
:duct.router/reitit
4545
:duct.scheduler/simple
46-
:duct.server.http/jetty]))
46+
:duct.server.http/jetty
47+
:duct.session-store/cookie]))
4748

4849
(defn- namespace->path [kw]
4950
(-> (namespace kw) (str/replace #"\." "/") (str/replace #"-" "_")))

0 commit comments

Comments
 (0)