Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrange committed Jan 26, 2012
1 parent f14a725 commit 8aec809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloauth/server.clj
Expand Up @@ -63,7 +63,7 @@
(println "Port " port)

(server/load-views "src/cloauth/views/")

port
(println "Views loaded")

(defn -main [& m]
Expand All @@ -73,6 +73,6 @@
:ns 'cloauth})))

; For dev - start server on load
;(-main)
(-main)


0 comments on commit 8aec809

Please sign in to comment.