Skip to content

Commit 413ab69

Browse files
committed
Add Reitit keyword docstrings
1 parent 0d79020 commit 413ab69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
:duct.compiler.cljs.shadow/server
1919
:duct.database/sql
2020
:duct.database.sql/hikaricp
21+
:duct.handler/reitit
2122
:duct.logger/simple
2223
:duct.middleware.web/log-requests
2324
:duct.middleware.web/log-errors
@@ -31,6 +32,7 @@
3132
:duct.module/logging
3233
:duct.module/sql
3334
:duct.module/web
35+
:duct.router/reitit
3436
:duct.server.http/jetty])
3537

3638
(ig/load-annotations)

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
integrant/integrant {:mvn/version "1.0.0"}
44
org.duct-framework/module.cljs {:mvn/version "0.5.2"}
55
org.duct-framework/module.logging {:mvn/version "0.6.6"}
6-
org.duct-framework/module.web {:mvn/version "0.12.13"}
6+
org.duct-framework/module.web {:mvn/version "0.13.0"}
77
org.duct-framework/module.sql {:mvn/version "0.8.1"}}}

0 commit comments

Comments
 (0)