Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dbyrne/4clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyrne committed Apr 22, 2011
2 parents 264d7fa + a479163 commit 3f7539a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject foreclojure "0.0.2"
(defproject foreclojure "0.0.3"
:description "4clojure - a website for lisp beginners"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
Expand Down
2 changes: 1 addition & 1 deletion src/foreclojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(def app
(handler/site
(session/wrap-stateful-session
(wrap-reload #'main-routes '(foreclojure.core)))))
#'main-routes)))

(defn run []
(run-jetty (var app) {:join? false :ssl? true :port 8080 :ssl-port 8443
Expand Down

0 comments on commit 3f7539a

Please sign in to comment.