Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/repl.clj Secret

Created May 19, 2014 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0b72f45a3a1ca4376ee7 to your computer and use it in GitHub Desktop.
Save anonymous/0b72f45a3a1ca4376ee7 to your computer and use it in GitHub Desktop.
trying to test routes from repl
(use 'fossacube.routes.home)
(use 'compojure.core)
(run-server {:port 8080} "/*" (servlet home-routes))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment