Skip to content

Commit

Permalink
Normalize use of "backend".
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenton Ashworth and Craig Andera committed Jan 25, 2012
1 parent f7a2e2c commit 19004fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clj/one/sample/prod_server.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns one.sample.prod-server
"Production server serves the backend API. This is only required if
there is a back end API."
there is a backend API."
(:use [ring.adapter.jetty :only (run-jetty)]
[ring.middleware.file :only (wrap-file)]
[ring.middleware.file-info :only (wrap-file-info)]
Expand Down

0 comments on commit 19004fc

Please sign in to comment.