Skip to content

Commit fb95e21

Browse files
committed
section1 video2
1 parent ff49153 commit fb95e21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
:url "http://example.com/FIXME"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6+
:plugins [[lein-ring "0.8.7"]]
7+
:ring {:handler project1.core/example-handler
8+
:init project1.core/on-init
9+
:destroy project1.core/on-destroy}
610
:dependencies [[org.clojure/clojure "1.5.1"]
711
[ring "1.2.0"]])

0 commit comments

Comments
 (0)